2025-04-15 14:32:48 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2025-04-26 21:22:04 +02:00
|
|
|
{% include "navbar.html" %}
|
|
|
|
|
2025-04-15 14:32:48 +02:00
|
|
|
<!-- {% include "forms.html" %} -->
|
|
|
|
|
|
|
|
{% include "test.html" %}
|
|
|
|
|
|
|
|
<!-- {% include "howto.html" %} -->
|
|
|
|
|
|
|
|
{% include "empty_form.html" %}
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|