1
0
web-semprace/templates/index.html

11 lines
123 B
HTML
Raw Normal View History

2023-09-19 19:15:03 +02:00
{% extends "base.html" %}
{% block content %}
2023-09-19 19:41:19 +02:00
<section class="content">
<b>home</b>
</section>
2023-09-19 19:15:03 +02:00
{% endblock content %}