{% extends "base.html" %} {% block extra_head %} {% endblock extra_head %} {% block title %} {{ page.title }} {% endblock title %} {% block content %}
{{ prev_macros::page_back_link(page=page) }}

{{ page.title }}

@kjuulh

{{ page.date }}

{{ page.content | safe }}
{% if page.lower or page.higher %}
{% if page.lower %} {% endif %} {% if page.higher %} {% endif %}
{% endif %}
{% endblock content %}