{% extends "base.html.j2" %} {% block page_content %}

{{ title }}


{% include "main/terms_of_use_en.html.j2" %}
{% include "main/terms_of_use_de.html.j2" %}
{% endblock page_content %} {% block scripts %} {{ super() }} {% endblock scripts %}