{{ .Title }}
{{ .Content }}
							{{ $imagefilename := .Param "image.file" }}
							{{ $imagesize := .Param "image.size" }}
							{{ $imagelocation := printf "%s/%s" "images" $imagefilename }}
							{{ $imageresource := resources.Get $imagelocation }}
							{{ if $imageresource }}
								{{ $imagefile := $imageresource.Fit "600x600" }}
								
									 
								 
							{{ end }}
						
					{{ end }}