{{/* This file is combined with the root.tmpl to display a single article. */}} {{define "title"}}{{.Doc.Title}}{{end}} {{define "content"}} {{template "doc" .Doc}} {{end}}