15 lines
201 B
HTML
15 lines
201 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<!-- {% include "forms.html" %} -->
|
|
|
|
{% include "test.html" %}
|
|
|
|
<!-- {% include "howto.html" %} -->
|
|
|
|
{% include "empty_form.html" %}
|
|
|
|
{% endblock %}
|
|
|