2025-05-29 21:15:30 +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
|
|
|
|
|
|
|
{% include "test.html" %}
|
|
|
|
|
|
|
|
{% include "empty_form.html" %}
|
|
|
|
|
2025-05-29 21:15:30 +02:00
|
|
|
{% include "results.html" %}
|
|
|
|
|
|
|
|
{% include "temp.html" %}
|
|
|
|
|
2025-04-15 14:32:48 +02:00
|
|
|
{% endblock %}
|
|
|
|
|