{{ define "main" }} {{ partial "prev-next.html" . }}

{{ .Title }}

{{ .Description}}

{{ .Content }}
{{ if eq .Params.widget "form"}} {{ partial "contactus-form.html" .}} {{ end }} {{ if .Resources}}
{{ range .Resources.Match "*.jpg" }}
{{ with .Resize "400x" }}
{{.Name}}
{{end}}
{{ end }}
{{end}} {{ if eq .Params.widget "animation"}} {{ partial "animation.html" .}} {{ end }} {{ template "_internal/disqus.html" . }} {{ end }}