add header template

This commit is contained in:
Harvey Tindall
2021-01-27 21:38:35 +00:00
parent eb67116ee6
commit 764639bbba

View File

@@ -2,6 +2,7 @@
<html lang="en" class="light-theme">
<head>
<link rel="stylesheet" type="text/css" href="css/bundle.css">
{{ template "header.html" . }}
<title>{{ .lang.Strings.pageTitle }}</title>
</head>
<body class="max-w-full overflow-x-hidden section">