bfile/filed/templates/index.html

13 lines
122 B
HTML

{% extends "base.html" %}
{% block content %}
<p>
hiii!
</p>
<hr/>
<p>
made with askama (C)
</p>
{% endblock %}