{% extends "base.html" %} {% block title %} {{ page['title'] }} {% endblock %} {% block content %} {% if not page["no_h1"] %}

{{ page['title'] }}

{% endif %} {{ page.html | safe }} {% endblock %}