add base template

This commit is contained in:
Sakooooo 2024-12-22 23:25:48 +04:00
parent 85c44b58a6
commit 9207c31fb7
Signed by: sako
GPG key ID: 3FD715D87D7725E0

9
templates/base.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>void</title>
</head>
<body>
{{block "body" $}}{{end}}
</body>
</html>