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

{{.Title}}

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