1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-09-18 20:54:53 +00:00
now-playing/layouts/_default/baseof.html
2019-11-27 18:06:26 +01:00

12 lines
281 B
HTML

<!doctype html>
<html lang="{{ $.Site.Language.Lang }}">
{{ partial "head" . }}
<body class="sans-serif">
{{ block "header" . }}{{ partial "header" . }}{{end}}
{{ block "main" . }}{{ end }}
{{ block "footer" . }}{{ partial "footer" . }}{{end}}
</body>
</html>