{% for module in page.collection({'items':{'@taxonomy.category': 'sidebar'},'order': {'by': 'default', 'dir': 'asc'}}) %} {% if module.template %} {% if module.header.surround %} {% include 'sidebar/' ~ module.template ~ '.html.twig' %} {% endif %} {% endif %} {% endfor %}