{% extends 'partials/base.html.twig' %} {% macro pageLinkName(text) %} {{ text|lower|replace({' ':'_'}) }} {% endmacro %} {% block content %} {{ page.content }} {% for module in page.collection() %}
{{ module.content }} {% endfor %} {% endblock %}