aboutsummaryrefslogtreecommitdiff
path: root/tmpl/view
blob: c816e34e5fdd96b54d65e6db1d5656285e20e168 (plain)
1
2
3
4
5
{{define "title"}}{{.Title}}{{end}}
{{define "content"}}{{.HTML}}{{end}}
{{define "action"}}
<a href="/edit/{{.Title}}" title="edit {{.Title}}"><i class="fa fa-pencil"></i></a>
{{end}}