{{ define "main" }}
{{ with .Resources.ByType "image" }}
{{ $moreThenOneImage := gt (len .) 1 }} {{ if $moreThenOneImage }} {{ end }}
{{ end }} {{ .Content }}
{{ template "_internal/disqus.html" . }}
{{ end }} {{ define "customCSS" }} {{ partial "css/owlCarousel.html" . }} {{ end }} {{ define "customScripts" }} {{ partial "js/owlCarousel.html" . }} {{ end }}