8 lines
136 B
Twig
8 lines
136 B
Twig
|
{% if page.blocks.tweets %}
|
||
|
<div class="mt-6">
|
||
|
<h2>Tweets</h2>
|
||
|
|
||
|
{{ page.blocks.tweets|raw }}
|
||
|
</div>
|
||
|
{% endif %}
|