update no idea i need to checkout
This commit is contained in:
9
templates/fotoarchiv.html
Normal file
9
templates/fotoarchiv.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section class="content">
|
||||
|
||||
<h1>fotoarchiv</h1>
|
||||
</section>
|
||||
{% endblock content %}
|
@ -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
8
templates/webarchiv.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section class="content">
|
||||
<h1>webarchiv</h1>
|
||||
</section>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user