{{ define "document.gohtml" }}{{ template "base" . }}{{ end }} {{ define "document_content" }}
{{ template "browser" .Browser }}

{{ .Title }}

File
{{ .Path }}
Hash
{{ .Hash }}
{{ if .Tags }}
Tags
{{ end }}
{{ .HTML }}
{{ end }} {{ define "browser" }} {{ end }}