Use baseof for common base HTML

This commit is contained in:
ItsDrike 2021-08-24 20:06:02 +02:00
parent 9f753226f6
commit e6db609303
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
4 changed files with 19 additions and 16 deletions

View file

@ -1,9 +1,3 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{.Title}}</title>
</head>
<body>
{{ define "main" }}
{{ partial "content.html" . }}
</body>
</html>
{{ end }}