+ {{ if .Param "image" }}
+ {{ $imagename := .Param "image" }}
+ {{ $imagelocation := (printf "%s/%s" "images/about/" $imagename) }}
+ {{ $imageresource := resources.Get $imagelocation }}
+ {{ if $imageresource }}
+
+ {{ end }}
+ {{ else }}
+ {{ .Title }}
+ {{ end }}
+