Initial commit

This commit is contained in:
Philipp Neumann
2020-07-06 22:09:52 +02:00
commit 5d1c27d9f3
197 changed files with 22589 additions and 0 deletions
@@ -0,0 +1,10 @@
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="{{ i18n "content" | urlize }}">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>