Files
donniemarko/internal/web/templates/index.tmpl
2026-02-01 11:55:16 +01:00

8 lines
189 B
Cheetah

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