This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_partials/tweet.html.twig

11 lines
296 B
Twig
Raw Normal View History

2019-07-25 01:14:32 +00:00
<div class="my-4 flex justify-center {{ class }}">
2018-06-20 21:56:25 +00:00
<blockquote
class="twitter-tweet"
2019-06-06 18:39:13 +00:00
lang="en"
2018-08-01 23:21:24 +00:00
{% if not data_cards %}data-cards="hidden"{% endif %}
2018-09-04 13:58:06 +00:00
{% if no_parent %}data-conversation="none"{% endif %}
2018-06-20 21:56:25 +00:00
>
2018-06-04 11:58:43 +00:00
{{ content|raw }}
</blockquote>
2018-06-20 21:56:25 +00:00
</div>