{% block head %}{% endblock %} {% include 'layouts/_header.html' %} {% include 'layouts/_header-fixed.html' %} {% include 'layouts/_navbar-fixed.html' %}
{% block page %} {% include 'partials/page.' + slug + '.html' ignore missing %} {% endblock %}
{% include 'layouts/_sidebar.html' %}
{% block scripts %}{% endblock %}