Files
coopgo/themes/coopgo-theme/layouts/gotogether/baseof.html
2022-01-11 17:09:54 +01:00

12 lines
250 B
HTML

<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>