{{ define "main" }}

{{ .Page.Title }}

{{ if and (isset .Params "image") .Params.image }} {{ $image := .Page.Resources.GetMatch .Params.image }} {{ with $image }} {{ $thumb := .Resize "1000x" }} {{ printf `%s` $thumb.RelPermalink .Title | safeHTML }} {{end}} {{ end }} {{ .Content }} {{ template "_internal/disqus.html" . }} {{ end }}