feat: Introduce liquid templates

This commit is contained in:
sthag 2025-10-26 15:19:14 +01:00
parent c1fea8064e
commit 07656b404f
3 changed files with 31 additions and 4 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
</head>
<body>
{{ content }}
</body>
</html>