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
271 B
Twig
Raw Normal View History

2018-06-20 21:56:25 +00:00
<div class="{{ class }}">
<blockquote
class="twitter-tweet"
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
lang="en"
>
2018-06-04 11:58:43 +00:00
{{ content|raw }}
</blockquote>
2018-06-20 21:56:25 +00:00
</div>