gophertype/pvt-www/_builtin/blog/index.gohtml

9 lines
167 B
Plaintext
Raw Normal View History

2019-11-27 00:54:02 +00:00
{{ define "title" }}{{ or .V.title "Blog" }}{{ end }}
{{ define "content" }}
<h1>{{ or .V.title "Blog" }}</h1>
{{ BlogIndex .Request .V.tag .V.privacy }}
{{ end }}