9 lines
198 B
Cheetah
9 lines
198 B
Cheetah
{{ define "content" }}
|
|
{{/* List of notes and searching utilities */}}
|
|
{{ template "noteList" . }}
|
|
{{/* Markdown notes rendering area */}}
|
|
<main>
|
|
{{ .RenderedNote }}
|
|
</main>
|
|
{{ end }}
|