{% extends 'partials/base.html.twig' %} {% set featured = page.collection({'items':{'@taxonomy.featured': true},'order': {'by': 'date', 'dir': 'desc'}}) %} {% block header %} {% include 'partials/header.html.twig' %} {% endblock %} {% block content %}
{{ page.content|raw }}
{% if featured %} {% endif %}
{% for module in page.collection() %} {{ module.content|raw }} {% endfor %} {% endblock %}