1
0

update no idea i need to checkout

This commit is contained in:
2023-10-06 01:29:43 +02:00
parent a6a5ac852e
commit d44a7bf56c
8 changed files with 43 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<section class="content">
<h1>fotoarchiv</h1>
</section>
{% endblock content %}

View File

@ -3,7 +3,10 @@
{% block content %}
<section class="content">
<b>home</b>
<h1>home</h1>
<section class="aktuality">
<h2>Aktuality</h2>
</section>
</section>
{% endblock content %}

8
templates/webarchiv.html Normal file
View File

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}
<section class="content">
<h1>webarchiv</h1>
</section>
{% endblock content %}