{{ define "about.html" }} {{ .site_info.title }} | {{ .about.title }} {{ if .statistics.enable }} {{ .statistics.script }} {{ end }}
{{ range $i, $v := .menu.Items }} {{ $v.Name }} {{ end }}

# {{ .about.title }}

{{ .about.content }}
{{ if .about.success }} {{ end }}
{{ if not .about.success }} {{ end }}
{{ end }}