{% extends "main.html" %} {% block site_nav %}
{% include "partials/nav.html" %}
{% endblock %} {% block container %}
{% if "navigation.path" in features %} {% include "partials/path.html" %} {% endif %}
{% include "partials/content.html" %}
{% endblock %}