{% macro nav_list_items(items) %} {% if items %} {% endif %} {% endmacro list_items %} {% macro breadcrumbs(page) %} {% endmacro breadcrumbs %} {% macro list_posts(section) %} {% for post in section.pages %}
{% if post.extra.logo %} {{ post.title }} {% else %} {{ post.title }} {% endif %}
{% if post.summary %} {{ post.summary | safe }} {% else %} {{ post.content | safe }} {% endif %} {% if post.date %}
{{ post.date | date(format="%d.%m.%Y")}}
{% endif %}
{% endfor %} {% endmacro list_posts %}