{% include 'partials/head.html' %}
{% if !fullwidth %}
{% include 'partials/side-nav.html' %}
{% endif %}
{% include 'partials/page-header.html' %}
{% block content %}{% endblock %} {% if page.next_page || page.previous_page %}
{% include 'partials/pagination.html' %} {% endif %}
{% include 'partials/footer.html' %}