2025-05-29 21:15:30 +02:00

15 lines
184 B
HTML

{% extends "layout.html" %}
{% block content %}
{% include "test.html" %}
{% include "empty_form.html" %}
{% include "results.html" %}
{% include "temp.html" %}
{% endblock %}