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