mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
10 lines
307 B
HTML
10 lines
307 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ .Lang }}">
|
|
{{- partial "head.html" . -}}
|
|
<body class="colorswitch">
|
|
{{- partial "header.html" . -}}
|
|
<div id="content">{{- block "main" . }}{{- end }}</div>
|
|
{{- partial "footer.html" . -}}
|
|
<script type="module" src="/js/main.js"></script>
|
|
</body>
|
|
</html>
|