keimena/layouts/index.html
2024-06-20 00:18:29 +02:00

16 lines
271 B
HTML
Executable file

{{ define "main" }}
<div class="flex-break"></div>
<div class="markdown-content">
{{ readFile "index-about.md" | markdownify }}
</div>
<div class="home-posts list-posts">
<h2>table of contents</h2>
{{- partial "list.html" . -}}
</div>
{{ end }}