{% include 'partials/_header.html' %}
{# Main content block to be filled by other templates #} {% block content %}{% endblock %}
{% include 'partials/_footer.html' %}