Files
r2c/user/themes/r2c/templates/modular/images.html.twig
T
2018-09-14 13:30:07 +02:00

12 lines
340 B
Twig

{% set grid_size = theme_var('grid-size') %}
{% set image = page.media.images|first %}
{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
{% block body %}
{% for module in page.collection %}
<div id="{{ module.header.id}}">
{{ module.content }}
</div>
{% endfor %}
{% endblock %}