Implemented blog engine and improved templates

This commit is contained in:
Lucia Heidecker 2025-07-11 14:13:30 +02:00
parent 3b11c45ec5
commit da517eb952
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 %}