{% extends "layout.html" %} {% block body %} {% if cookieconsent %} {% else %} {% include 'cookiebanner.html' %} {% endif %}
{% if cookieconsent %}
{% endif %}
{% if cookieconsent %} {% endif %}
{% include 'legalese.html' %}
{% endblock %} {% block foot %} {{ super() }} {% endblock %}