14 lines
164 B
HTML
14 lines
164 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{% include "test.html" %}
|
|
|
|
{% include "empty_form.html" %}
|
|
|
|
{# {% include "results.html" %} #}
|
|
|
|
{% endblock %}
|
|
|
|
|