{{ .Title }}
		{{ $imagename := .Param "image" }}
		{{ $imagelocation := (printf "%s/%s" "images/persons/" $imagename) }}
		{{ $imageresource := resources.Get $imagelocation }}
		{{ if $imageresource }}
			
				{{ $image := $imageresource.Fit "600x600 webp" }}
				 
			 
		{{ end }}
		
		{{ .Content }}