www_ourworld_tf/templates/shortcodes/button.html
2022-03-07 19:14:21 +03:00

3 lines
234 B
HTML

<button class="border-transparent flex flex-col border-2 w-80 items-start rounded h-24 transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2">
{{ body | trim_start_matches(pat="<p>") | safe}}
</button>