2024-05-27 21:13:51 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
|
|
|
|
<div class="flex-break"></div>
|
|
|
|
|
|
|
|
<div class="markdown-content">
|
|
|
|
{{ readFile "index-about.md" | markdownify }}
|
|
|
|
</div>
|
2024-06-19 22:18:29 +00:00
|
|
|
<div class="home-posts list-posts">
|
|
|
|
|
|
|
|
<h2>table of contents</h2>
|
|
|
|
|
|
|
|
{{- partial "list.html" . -}}
|
2024-05-27 21:13:51 +00:00
|
|
|
|
2024-06-19 22:18:29 +00:00
|
|
|
</div>
|
2024-05-27 21:13:51 +00:00
|
|
|
|
|
|
|
{{ end }}
|