{% extends "base.html" %} {% block htmltitle %} {{ page.html_title or page.title }} {% endblock %} {% block metadata %} {% for tag, value in page.ogtags %} {% endfor %} {% endblock %} {% block content %} {% if not page.no_container %} {% include 'extras/header.html' with context %}
{{ page.content }}
{% else %} {{ page.content }} {% endif %} {% endblock %}