blog/root/blog/tags.gohtml

8 lines
114 B
Plaintext

{{ define "title" }}Tags{{ end }}
{{ define "content" }}
<h1>Tags</h1>
{{ RenderTags .Request true }}
{{ end }}