{% extends 'partials/base.html.twig' %} {% set collection = page.collection() %} {% block content %} {{ page.content }} {% for child in collection %} {% if child.template == 'info' %}
{{ child.summary }}