oliverdavies.uk/source/_includes/tweet.html.twig

11 lines
280 B
Twig
Raw Permalink Normal View History

2024-03-09 23:35:00 +00:00
<div class="my-4 flex justify-center {{ class }}">
<blockquote
class="twitter-tweet"
lang="en"
{% if not data_cards %}data-cards="hidden"{% endif %}
{% if no_parent %}data-conversation="none"{% endif %}
>
{{ content|raw }}
</blockquote>
</div>