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

{{ .Title }}

  • Start: {{ .Params.datetime_start }}

  • End: {{ .Params.datetime_end }}

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