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

The Go Blog

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

{{.Title}}

{{with .Authors}}{{authors .}}
{{end}} {{.Time.Format "2 January 2006"}}

{{.HTML}}
{{end}}