{{ partial:components/molecules/cards/card bg_color="{ card_color ?? 'bg-white' }" classes="text-primary-500" :asset="thumbnail ?? header_asset" }}
{{ partial:components/atoms/icons/calendar classes="mr-2" }}
{{ date iso_format="dd D MMMM YYYY" }} {{ if to and { date | format('Y-m-d') != to | format('Y-m-d') } }} {{ trans key="untill" }} {{ to iso_format="dd D MMMM YYYY" }}{{ /if }}
{{ partial:components/atoms/text/heading size="md" tag="h3" weight="font-bold" text_color="{ card_color ?? 'text-black' }" }} {{ title }} {{ /partial:components/atoms/text/heading }}

{{ excerpt ?? content | raw | bard_text }}

{{ partial src="components/molecules/buttons/text" size="xs" tag="div" }} {{ trans key='Read more' }} {{ /partial }}
{{ if organizers }}
{{ organizers }} {{ title }}{{ unless last }}, {{ /unless }} {{ /organizers }}
{{ /if }} {{ /partial:components/molecules/cards/card }}