{% extends "base.html" %}
{% block htmltitle %}
{{ page.html_title or page.title }}
{% endblock %}
{% block metadata %}
{{ page.metatags }}
{% block content %}
{% if not page.no_container %}
{% include 'extras/page-header.html' with context %}
<section>
<div class="container">
{{ page.content }}
</div>
</section>
{% else %}
{% endif %}