Much progress
This commit is contained in:
parent
ca35e6760d
commit
c6975d3814
6 changed files with 133 additions and 19 deletions
10
templates/list.tmpl.html
Normal file
10
templates/list.tmpl.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{{define "title"}}All Notes{{end}}
|
||||
{{define "main"}}
|
||||
<ul>
|
||||
{{range $title := .titles}}
|
||||
<li>
|
||||
<a href="{{$title}}/">{{$title}}</a>
|
||||
</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue