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

{% if page is defined %} {{ page.title }} {% elif section is defined %} {{ section.title }} {% endif %}

{% if page is defined %} {{ page.content | safe }} {% elif section is defined %} {{ section.content | safe }} {% endif %} {% endblock content %}