Files
donniemarko/internal/web/templates/index.tmpl
2026-02-03 09:14:35 +01:00

10 lines
228 B
Cheetah

{{ define "content" }}
{{/* List of notes and searching utilities */}}
{{ template "noteList" . }}
{{/* Markdown notes rendering area */}}
<main>
{{ .RenderedNote }}
</main>
{{ template "metadata" . }}
{{ end }}