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