{{include "header.html"}} {{include "nav.html"}}
{{if .Single}}
{{if index .Single.Ext "banner_img"}}{{.Single.Name}}{{end}}

{{.Single.Name}}

{{if .Single.Description}}

{{.Single.Description}}

{{end}}
{{.Single.Content|Str2Html}}
{{if index .Single.Ext "timeline"}}
{{range index .Single.Ext "timeline"}}
{{index . "year"}}
{{index . "title"}}
{{index . "text"}}
{{end}}
{{end}} {{if index .Single.Ext "proofs"}}
{{range index .Single.Ext "proofs"}}
{{index . "value"}}
{{index . "label"}}
{{end}}
{{end}} {{if index .Single.Ext "contact_cards"}}
{{range index .Single.Ext "contact_cards"}}
{{index . "title"}}
{{index . "value"}}
{{index . "desc"}}
{{end}}
{{end}} {{if index .Single.Ext "faq"}}
{{range index .Single.Ext "faq"}}
{{index . "q"}}
{{index . "a"}}
{{end}}
{{end}}
{{end}}
{{include "footer.html"}} {{include "js.html"}}