{% include "head.html" %} {% include "topnav.html" %} {% include "toc.html" %}
{% block content %} {{ page.content }} {% endblock %} {%- block footer %} {% include "pagination.html" %} {% endblock %}
{% include "cta.html" %} {% include "footer.html" %} {% include "scripts.html" %} {%- block extrascripts %}{% endblock %} {% if page and page.is_homepage %} {% endif %}