This repository has been archived on 2021-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
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>