{# SPDX-FileCopyrightText: © 2020 Brian S. Stephan SPDX-License-Identifier: GPL-3.0-or-later #} {{ title }} {% if title %}{% endif %} {% if description %}{% endif %} {% if image %}{% endif %} {% for style, stylesheet in config.PAGE_STYLES.items() %} {% endfor %}
{% block header %}
{% if config.PAGE_STYLES %}
{% for style, stylesheet in config.PAGE_STYLES.items() %} [{{ style }}] {% endfor %}
{% endif %}
{% endblock %} {% block body %}
{{ content }}
{% endblock %}