{{ partial:components/molecules/cards/card bg_color="{ card_color ?? 'bg-white' }" classes="text-primary-500" :asset="thumbnail ?? header_asset" size="md" }}
{{ name }}
{{ partial:components/atoms/icons/calendar classes="mr-2" }} {{ date iso_format="dd D MMMM YYYY" }}
{{ partial:components/atoms/text/heading size="md" tag="h3" weight="font-bold" text_color="{ card_color ?? text_color ?? 'text-black' }" }} {{ title }} {{ /partial:components/atoms/text/heading }}

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

{{ partial src="components/molecules/buttons/text" size="xs" classes="w-fit px-0 underline underline-offset-2 lg:px-0" tag="div" }} {{ trans key="Read more" }} {{ /partial }}
{{ /partial:components/molecules/cards/card }}