{{include "header.html"}}{{include "nav.html"}}{{include "bread.html"}}
{{if .Single}}

{{.Single.Title}}

{{.Single.Description}}

{{else}}

{{.Title}}

{{end}}
{{range .List}} {{if .Img}}
{{.Title}}
{{end}}

{{.Title}}

{{.Description}}

{{if .Ext}}
{{index .Ext "grade"}}{{index .Ext "achievement"}}
{{end}}
{{end}}
{{include "footer.html"}}{{include "js.html"}}