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

{{ .Title | markdownify }}

{{ .Description | markdownify}}

{{ T "read_more" | default "Read More" }}