.card(v-if="content")
header
router-link(v-if="!hideType && ['event','exhibition'].includes(type)" :to="`/${type}/by-current-and-upcoming`")
p.t-up {{type}}
router-link(v-else-if="!hideType" :to="`/${type}`")
p.t-up {{type}}
article.card--info(:class="{ 'wide': wide }")
router-link(:to="`/${type}/${content.slug}`")
//- set image to thumbnail setting
featured-image(:post="content", thumbsize="'standard'")
.f-col.w-max
router-link(:to="`/${type}/${content.slug}`")
h1.t-up.t-cntr.t-b {{ content.title }}
p(v-if="content.end && type == 'event'" class="datetime") {{ dateFrom(content.start, type=='event') }} – {{ dateFrom(content.end, type=='event').split(',')[1] }}
p(v-else-if="content.end" class="datetime") {{ dateFrom(content.start, type=='event') }} – {{ dateFrom(content.end, type=='event') }}
p.excerpt {{ content.excerpt }}
router-link(:to="`/${type}/${content.slug}`")
p.read-more read more