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