{% load static %} {% block title %}{% endblock %} {% include "startpage/navigation.html" %}
{% block header %} {% include "startpage/header.html" %} {% endblock %}
{% block content %}{% endblock %}
{% include "startpage/footer.html" %}