Files
2018-05-28 13:01:13 +02:00

6 lines
186 B
Twig

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