2025-05-29 21:14:19 +02:00

16 lines
401 B
HTML

{% extends "layout.html" %}
{% block content %}
{# For multiple results, maybe make a top results overview and then a navigation menu to specific URL pages? See: https://realpython.com/primer-on-jinja-templating/#include-a-navigation-menu #}
{% include "test.html" %}
{% include "results-overview-new.html" %}
{% include "results-detail.html" %}
{% include "empty_form.html" %}
{% endblock %}