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