fedicomment/themes/poc/layouts/_default/baseof.html

11 lines
225 B
HTML
Raw Normal View History

2022-11-21 15:34:24 +01:00
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
<header>
2022-11-24 09:52:47 +01:00
<h1>{{ if .Params.Title}}{{ .Params.Title }}{{ else }}{{ .Site.Title }}{{ end }}</h1>
2022-11-21 15:34:24 +01:00
</header>
{{- block "main" . }}{{- end }}
</body>
</html>