Initial checkin

This commit is contained in:
Pim van Pelt
2022-09-04 14:08:48 +02:00
commit fc0ea29973
110 changed files with 9548 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<div class="category-title">
<h4>{{ .Get "title" }}</h4>
</div>
<div class="category-content">
{{ .Inner }}
</div>