Implemented blog engine and improved templates

This commit is contained in:
Lucia Zehentner 2025-03-26 19:54:21 +01:00
parent 2f2b9b4f21
commit 363bd23954
27 changed files with 1310 additions and 788 deletions

6
templates/data.html Normal file
View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block main %}
<h1>data</h1>
<p>This is where I would put so cool data - if I had any q.q</p>
<p>Maybe someday ~</p>
{% endblock %}