{{include "header.html"}} {{include "nav.html"}}
{{if .Single}}
{{if .Nav}} {{end}}

{{.Single.Name}}

{{if .Single.Description}}

{{.Single.Description}}

{{end}}
{{if .Single.Content}}
{{.Single.Content|Str2Html}}
{{end}} {{if .Single.Ext}}

更多信息

{{range $key, $value := .Single.Ext}}
{{$key}}:
{{$value}}
{{end}}
{{end}}
{{else}}

页面未找到

该单页内容不存在

{{end}}
{{include "footer.html"}} {{include "js.html"}}