Files
the-way-to-go_ZH_CN/eBook/examples/chapter_15/wiki/view.html
2019-07-15 19:56:09 -07:00

6 lines
123 B
HTML

<h1>{{.Title |html}}</h1>
<p>[<a href="/edit/{{.Title |html}}">edit</a>]</p>
<div>{{printf "%s" .Body |html}}</div>