refactor: clean-up and modernize templates a little

This commit is contained in:
CJ van den Berg 2025-04-14 21:49:11 +02:00
parent 0572aff394
commit 5e6929fe14
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
6 changed files with 19 additions and 14 deletions

View file

@ -1 +1,7 @@
<extend template="base.shtml">
<head id="head">
</head>
<body id="body">
<h1 :text="$page.title"></h1>
<div :html="$page.content()"></div>
</body>