draft shits
This commit is contained in:
8
internal/web/templates/index.tmpl
Normal file
8
internal/web/templates/index.tmpl
Normal file
@ -0,0 +1,8 @@
|
||||
{{ define "content" }}
|
||||
{{/* List of notes and searching utilities */}}
|
||||
{{ template "noteList" . }}
|
||||
{{/* Markdown notes rendering area */}}
|
||||
<main>
|
||||
{{ .Note }}
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user