15 lines
184 B
HTML
Raw Normal View History

2025-05-29 21:15:30 +02:00
{% extends "layout.html" %}
2025-05-29 21:15:30 +02:00
{% block content %}
{% include "test.html" %}
{% include "empty_form.html" %}
2025-05-29 21:15:30 +02:00
{% include "results.html" %}
{% include "temp.html" %}
{% endblock %}