blog/root/blog/tags.gohtml

8 lines
114 B
Plaintext
Raw Normal View History

2017-12-23 02:34:58 +00:00
{{ define "title" }}Tags{{ end }}
{{ define "content" }}
<h1>Tags</h1>
{{ RenderTags .Request true }}
{{ end }}