{% extends "base.html" %} {% block title %}{{ title | default(value="Untitled") }} - {{ site_title | default(value="Blog") }}{% endblock title %} {% block description %}{{ description }}{% endblock description %} {% block header_controls %} {% if available_translations and available_translations | length > 1 %} {% endif %} {% if pdf %} 📄 {% endif %} {% endblock header_controls %} {% block main %}
{{ content | safe }}
{% endblock main %} {% block scripts %}{% endblock scripts %}