{# Header here #} {% block header %} {% include 'partials/_header.html' %} {% endblock %} {% include "partials/_messages.html" %}
{% block content %} {# Page content will go here #} {% endblock %}