15 lines
184 B
HTML
15 lines
184 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{% include "test.html" %}
|
|
|
|
{% include "empty_form.html" %}
|
|
|
|
{% include "results.html" %}
|
|
|
|
{% include "temp.html" %}
|
|
|
|
{% endblock %}
|
|
|