initial commit

This commit is contained in:
2026-07-11 14:54:56 -04:00
commit 23f714f570
15 changed files with 633 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{{ define "main" }}
{{ $sections := split .Content "<h2" }}
{{ range after 1 $sections }}
<section>
{{ print "<h2" . | safeHTML }}
</section>
{{ end }}
{{ end }}