bfile/filed/templates/index.html

13 lines
122 B
HTML
Raw Normal View History

2023-09-29 15:25:20 +02:00
{% extends "base.html" %}
{% block content %}
<p>
hiii!
</p>
<hr/>
<p>
made with askama (C)
</p>
{% endblock %}