//- most recent upcoming exhibition - sidebar in events list - max=2?
h3.t-up {{ listType }} exhibitions
ul.t-up
li(v-for="post in exhibitions")
featured-image(:post="post", thumbsize="'standard'")
router-link(:to="`/exhibition/${post.slug}`")
p.t-up {{ post.title }}
p {{ dateFrom(post.start, false) }} – {{ dateFrom(post.end, false) }}