{% extends "base.html" %} {% block stylesheet %} {% endblock %} {% block content %}
{% include "includes/site-navigation.html" %}

{{ page.title }}

{% include "includes/page-navigation.html" %} {{ page.content |safe }}
{% include "includes/footer.html" %} {% endblock content %}