diff options
Diffstat (limited to 'doc/articles/wiki/view.html')
-rw-r--r-- | doc/articles/wiki/view.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/articles/wiki/view.html b/doc/articles/wiki/view.html new file mode 100644 index 000000000..023391577 --- /dev/null +++ b/doc/articles/wiki/view.html @@ -0,0 +1,5 @@ +<h1>{{.Title |html}}</h1> + +<p>[<a href="/edit/{{.Title |html}}">edit</a>]</p> + +<div>{{printf "%s" .Body |html}}</div> |