{{ define "content" }} {{ $logos := .Resources.Match "logos/*" }} {{ if gt (len $logos) 0 }} {{ end }} {{ with .Content}}
{{ . | markdownify }}
{{ end }} {{/* {{ $images := .Resources.Match "images/*" }} {{ if gt (len $images) 0 }} {{ end }} */}} {{/* - "dir" .Params.images_directory => if not defined: "images" - "static" .Params.images_static => if not defined: N/A - "thumb" .Params.images_thumb_suffix => if not defined: N/A ... */}} {{ partial "gallery.html" (dict "page" . "dir" "images") }} {{ partial "load-photoswipe.html" (dict "page" .) }} {{ end }} {{ define "lists" }} {{ end }}