{{ define "layout/base"}} {{template "layout/head" .}} {{block "head" .}} {{end}} {{template "svg"}}
{{block "content" .}} {{end}}
{{template "layout/footer" .}} {{ end }}