Implement more tables, add more page templates, initial working db example

This commit is contained in:
2026-01-14 00:00:12 +02:00
parent bcbbef1a82
commit 1ecbdde2c0
41 changed files with 583 additions and 147 deletions

View File

@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>{{ self.title() }}</title>
<link rel="stylesheet" href="/static/index.css">
<link rel="stylesheet" href="/static/base.css">
{% block headers %}{% endblock %}
</head>
<body>
{% include "header.html" %}