{{- define "main" -}} {{ $image := (.Resources.ByType "image").GetMatch "*cover*" }}

{{ .Title }}

{{ if and $image (not (eq .Params.showcover false)) }} {{ end }}
{{ .Content }}

Informação do evento

Data: {{ partial "event-date" . }}

{{ with .Params.metadata.event.site }}

Website: {{ .title | or .url }}

{{ end }} {{ with .Params.metadata.event.location }}

Local: {{ . }}

{{ end }}
{{ partial "page_footer" . }}
{{- end -}}