1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-09-16 00:34:53 +00:00
now-playing/layouts/_default/baseof.html

13 lines
281 B
HTML
Raw Normal View History

2019-11-27 02:56:03 +00:00
<!doctype html>
<html lang="{{ $.Site.Language.Lang }}">
{{ partial "head" . }}
<body class="sans-serif">
2019-11-27 17:06:26 +00:00
{{ block "header" . }}{{ partial "header" . }}{{end}}
2019-11-27 02:56:03 +00:00
{{ block "main" . }}{{ end }}
{{ block "footer" . }}{{ partial "footer" . }}{{end}}
</body>
</html>