{% macro nav_list_items(items) %} {% if items %} {% endif %} {% endmacro list_items %} {% macro list_posts(section) %} {% for post in section.pages %}
{{ post.title }}

{{ post.summary | safe }}

{{ post.date | date(format="%d.%m.%Y")}}
{% endfor %} {% endmacro list_posts %}