Re-order attributes
This commit is contained in:
parent
abe9c771f3
commit
3248015166
|
@ -1,9 +1,9 @@
|
||||||
<div class="{{ class }}">
|
<div class="{{ class }}">
|
||||||
<blockquote
|
<blockquote
|
||||||
class="twitter-tweet"
|
class="twitter-tweet"
|
||||||
|
lang="en"
|
||||||
{% if not data_cards %}data-cards="hidden"{% endif %}
|
{% if not data_cards %}data-cards="hidden"{% endif %}
|
||||||
{% if no_parent %}data-conversation="none"{% endif %}
|
{% if no_parent %}data-conversation="none"{% endif %}
|
||||||
lang="en"
|
|
||||||
>
|
>
|
||||||
{{ content|raw }}
|
{{ content|raw }}
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
Loading…
Reference in a new issue