Switched to Shifu.

This commit is contained in:
2024-05-28 16:12:14 +02:00
parent 54658e707d
commit 03cbe99dad
60 changed files with 95 additions and 1 deletions

13
tpl/main.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/" />
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="static/main.css" />
<script type="text/javascript" src="static/main.min.js"></script>
<title>{{copy .Page .Content "title"}}</title>
</head>
<body>
<h1>{{copy .Page .Content "headline"}}</h1>
</body>
</html>