This repository has been archived on 2021-09-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Philipp Neumann 5d1c27d9f3 Initial commit
2020-07-06 22:09:52 +02:00

11 lines
256 B
HTML

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