{% set template_data = {"javascript": ""} %} {% include "head.html" %} {% include "menu.html" %}
{% block content %}{% endblock %}
{% include "footer.html" %} {% include "end.html" %}