17 lines
230 B
HTML

{% extends "layout.html" %}
{% block content %}
{% include "navbar.html" %}
<!-- {% include "forms.html" %} -->
{% include "test.html" %}
<!-- {% include "howto.html" %} -->
{% include "empty_form.html" %}
{% endblock %}