{% 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 "forms.html" %} -->
{% include "test.html" %}

  {#   {% include "results-overview.html" %}   #}

{% include "history.html" %}

{% include "results-overview-new.html" %} 

{% include "results-detail.html" %}

{% include "empty_form.html" %}

{% endblock %}