First commit

This commit is contained in:
mpuccini
2021-02-16 16:29:19 +01:00
commit 78e7b28f72
159 changed files with 18172 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{{ define "main" }}
{{ "<!-- Main -->" | safeHTML }}
<section id="main" class="container">
<header>
<h2>{{ .Title | title }}</h2>
</header>
{{ partial "listbody" . }}
</section>
{{ end }}