{% extends "page.html" %} {% block title %}{{ config.title }} :: {{ section.title }}{% endblock title %} {% block content %}
{% for item in section.pages %}

{{item.title}} - {{item.date | date(format="%d.%m.%Y")}}

{{item.content | safe}} {%- if page.extra.masto_instance -%} {% include "masto-comments.html" %} {%- endif -%} Published: {{item.date | date(format="%d.%m.%Y %H:%M")}} {% if item.updated %} Updated: {{item.updated | date(format="%d.%m.%Y %H:%M")}} {% endif %}
{% endfor %}
{% endblock content %}