mirror of
https://github.com/rjNemo/go-wiki
synced 2026-06-06 02:36:40 +00:00
7 lines
177 B
HTML
7 lines
177 B
HTML
{{define "title"}} {{.Title}} | Go-Wiki {{end}} {{define "content"}}
|
|
<h1>{{.Title}}</h1>
|
|
|
|
<p>[<a href="/edit/{{.Title}}">edit</a>]</p>
|
|
|
|
<div>{{printf "%s" .Body}}</div>
|
|
{{end}}
|