comunic/developer/user/themes/antimatter/templates/modular/text.html.twig
2016-11-19 12:08:12 +01:00

8 lines
221 B
Twig

<div class="modular-row callout">
{% set image = page.media.images|first %}
{% if image %}
{{ image.cropResize(400,400).html('','','align-'~page.header.image_align) }}
{% endif %}
{{ content }}
</div>