{% load static %} {% include "header.html" with title=data.page.title %} {% include "navigation.html"%} {% include "logo.html" %}
{{ data.page.content | safe }}
{% include "footer.html" %}