{% extends "page.html" %} {% block content %}

{{page.title}}

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

{% endblock content %}