1
0
web-semprace/templates/index.html

14 lines
187 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">
2023-10-06 01:29:43 +02:00
<h1>home</h1>
<section class="aktuality">
<h2>Aktuality</h2>
</section>
2023-09-19 19:41:19 +02:00
</section>
2023-09-19 19:15:03 +02:00
{% endblock content %}