wip: implement page

This commit is contained in:
2025-07-08 14:16:14 +02:00
parent 6d6af200ab
commit 941e06e3d7
6 changed files with 60 additions and 5 deletions

0
src/templates/page.css Normal file
View File

12
src/templates/page.jinja Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/page.css">
</head>
<body>
<h1>{{ category.name }}</h1>
</body>
</html>