{% include "partials/header.njk" %}
{% include "partials/sidebar.njk" %}
{{ content | safe }}
{% include "partials/footer.njk" %}