{{/* This template is combined with other templates to render blog pages. */}} {{define "root"}} {{template "title" .}}

The Go Blog

{{template "content" .}}
{{end}} {{define "doc"}}

{{.Title}}

{{.Time.Format "2 January 2006"}}

{{.HTML}} {{with .Authors}}

By {{authors .}}

{{end}}
{{end}}