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