Files
anissah/user/themes/anissabensalah/templates/modular/text.html.twig
T
2018-05-31 10:41:09 +02:00

8 lines
229 B
Twig

{% set grid_size = theme_var('grid-size') %}
{% set first_image = page.media.images %}
{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
<div id="{{page.title}}">
{{ content }}
</div>