2025-06-10 21:05:34 +02:00
|
|
|
{% extends "layout.html" %}
|
2025-04-26 21:22:04 +02:00
|
|
|
|
2025-05-29 21:15:30 +02:00
|
|
|
{% block content %}
|
2025-04-15 14:32:48 +02:00
|
|
|
|
2025-06-10 21:05:34 +02:00
|
|
|
{% include "test.html" %}
|
2025-04-15 14:32:48 +02:00
|
|
|
|
|
|
|
{% include "empty_form.html" %}
|
|
|
|
|
2025-06-10 21:05:34 +02:00
|
|
|
{# {% include "results.html" %} #}
|
2025-05-29 21:15:30 +02:00
|
|
|
|
2025-04-15 14:32:48 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
2025-06-10 21:05:34 +02:00
|
|
|
|