{% macro page_in_list(page) %}

{{ page.title }}

{% if page.summary %}
{{ page.summary | safe }}
{% endif %} {% endmacro page_in_list %}