1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-23 18:07:47 +02:00

add header template

This commit is contained in:
Harvey Tindall 2021-01-27 21:38:35 +00:00
parent eb67116ee6
commit 764639bbba
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

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">