1
0

update no idea i need to checkout

This commit is contained in:
Filip Rojek 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,4 @@
+++
title = "aktuality"
page_template = "index.html"
+++

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
content/fotoarchiv.md Normal file
View File

@ -0,0 +1,4 @@
+++
title = "Fotoarchiv"
template = "fotoarchiv.html"
+++

5
content/webarchiv.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = "Webarchiv"
template = "webarchiv.html"
+++

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 %}