{% extends "base.html" %} {% block htmltitle %} {{ article|get_html_title }} {% endblock %} {% block metadata %} {{ article.metatags }} {% endblock %} {% block content %} {% include 'extras/header.html' with instance=article %} {% if not article.no_container %}
{{ article.content }}
{% else %} {{ article.content }} {% endif %} {% endblock %}