summaryrefslogtreecommitdiff
path: root/template/article.tmpl
blob: eaa936a7b2d397b18a4c93643a73b33feff0dc81 (plain)
1
2
3
4
5
6
7
{{/* This file is combined with the root.tmpl to display a single article. */}}

{{define "title"}}{{.Doc.Title}}{{end}}
{{define "content"}}
	{{template "doc" .Doc}}
{{end}}