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

14 lines
225 B
HTML
Raw Normal View History

2022-11-21 15:34:24 +01:00
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
<header>
<h1>{{ .Site.Title }}</h1>
</header>
{{- block "main" . }}{{- end }}
<footer>
PoC fedicomment, Romain de Laage
</footer>
</body>
</html>