update no idea i need to checkout

This commit is contained in:
fr
2023-10-06 01:29:43 +02:00
parent a6a5ac852e
commit d44a7bf56c
8 changed files with 43 additions and 1 deletions
View File
+4
View File
@@ -0,0 +1,4 @@
+++
title = "aktuality"
page_template = "index.html"
+++
+9
View File
@@ -0,0 +1,9 @@
+++
title = "Pozvanka na PKM Ples 2024"
date = 2023-09-19
+++
- Srdecne Vas zveme na dalsi rocnik oblibeneho __PKM PARTY PLESu__
- Letosni rocnik se bude konat opet ve --Strelnici v Turnove--
- Pozvete vase __pratele__ a dorazte 24. 2. 2024 na nas ples!
- Jiz tradicne zahraje kapela `BIG BAND ZUS TURNOV`
+4
View File
@@ -0,0 +1,4 @@
+++
title = "Fotoarchiv"
template = "fotoarchiv.html"
+++
+5
View File
@@ -0,0 +1,5 @@
+++
title = "Webarchiv"
template = "webarchiv.html"
+++
+9
View File
@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<section class="content">
<h1>fotoarchiv</h1>
</section>
{% endblock content %}
+4 -1
View File
@@ -3,7 +3,10 @@
{% block content %} {% block content %}
<section class="content"> <section class="content">
<b>home</b> <h1>home</h1>
<section class="aktuality">
<h2>Aktuality</h2>
</section>
</section> </section>
{% endblock content %} {% endblock content %}
+8
View File
@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}
<section class="content">
<h1>webarchiv</h1>
</section>
{% endblock content %}