comunic/developer/user/themes/antimatter/templates/modular/text.html.twig

8 lines
221 B
Twig
Raw Normal View History

2016-11-19 11:08:12 +00:00
<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>