{{ define "main" }}
{{ $image:= .Params.image }} {{ if $image }}

{{ .Title }}

{{ .Content }}
{{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full rounded") }}
{{ end }}
{{ $tags:= .Params.tags }} {{ if $tags }}
{{ i18n "tags" }} :
{{ end }}
{{ end }}