{{ define "layout" }} {{ .Title }} {{range $css_link := .CSS}} {{ end }} {{range $js_link := .JS}} {{ end }} {{ template "content" .Content }} {{ end }} {{ define "content" }} {{ end}}