wip
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-12-11 09:47:46 +01:00
parent 6ba7ad1782
commit 3f9e8fe673
404 changed files with 3220 additions and 91 deletions

View File

@ -0,0 +1,11 @@
{{ define "main" }}
<div class="container">
<h1>{{ .RenderString .Title }}</h1>
<div class="container md">
{{ .Content }}
{{ range .Pages }}
{{ partial "article-preview.html" . }}
{{ end }}
</div>
</div>
{{ end }}