{{ define "content" }}

{{ i18n "countdown_title" }}

Wedding Header Image

{{ .Title }}

{{ .Params.event.date | time.Format .Site.Language.Lang | default "January 2, 2006" }}
{{ if .Content }}
{{ .Content }}
{{ end }}

📅 {{ i18n "event_title" }}

{{ with .Params.event.ceremony_time }}

{{ i18n "ceremony" }}: {{ . }}

{{ end }} {{ with .Params.event.reception_time }}

{{ i18n "reception" }}: {{ . }}

{{ end }} {{ with .Params.event.venue }}

{{ i18n "location" }}: {{ . }}

{{ end }}
{{ with .Params.event.map_embed }}

📍 {{ i18n "location" }}

{{ . | safeHTML }}
{{ end }}

📝 {{ i18n "rsvp_title" }}

{{ with .Params.rsvp.deadline }}

{{ i18n "rsvp_deadline" }} {{ . }}.

{{ end }} {{ with .Params.rsvp.email }}

{{ i18n "rsvp_email" }}: {{ . }}

{{ end }} {{ with .Params.rsvp.form }}

{{ i18n "rsvp_form" }}

{{ end }}
{{ with .Params.details }}

â„šī¸ {{ i18n "details_title" }}

{{ . }}

{{ end }}
{{ end }}