{{ define "main" }} {{ partial "product-header" . }}
{{ $image:= .Params.image }} {{ if $image }}
{{ partial "image" (dict "Src" $image "Context" .Page "Alt" .Title "Class" "w-full rounded") }}
{{ end }}

{{ .Title }}

{{ .Content }}
{{ end }}