mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
6 lines
118 B
HTML
6 lines
118 B
HTML
<h1>{{.Title |html}}</h1>
|
|
|
|
<p>[<a href="/edit/{{.Title |html}}">edit</a>]</p>
|
|
|
|
<div>{{printf "%s" .Body |html}}</div>
|