6 lines
186 B
Twig
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 }}
|