+
+ {% if post.summary %}
+ {{ post.summary | safe }}
+ {% else %}
+ {{ post.content | safe }}
+ {% endif %}
+ {% if post.date %}
+ {{ post.date | date(format="%d.%m.%Y")}}
+ {% endif %}
+
+ {% endfor %}
+{% endmacro %}
+
+{% macro list_external_links(section) %}
{% for post in section.pages %}