16 lines
271 B
HTML
Executable file
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 }}
|