.page--single.f-row.between
gallery(v-if="activeGalleryIndex >= 0" :activeImageIndex="activeImageIndex" :images="imagesInGallery" @close="closeGallery")
article(v-if="!post")
header
p loading...
article(v-else).f-grow.shadow
header
h1 {{ type }}:{{ $route.params.slug }} {{ post.title }}
p(v-if="post.categories") categories: {{ post.categories }}
p(v-if="post.type") type: {{ post.type }}
p(v-if="post.subtypes") subtypes: {{ post.subtypes }}
.date-info(v-if="type === 'events' || post.type === 'exhibitions'")
p start: {{ dateFrom(post.start) }}
p end: {{ dateFrom(post.end) }}
ul
li(v-for="(block, index) in post.blocks" :key="`block-${index}`" class="post-single block-wrapper")
block(:block="block" @open-gallery="openGallery")
//- related artists section example layout
section(v-if="type === 'episodes' && post" :post="post")
h2.t-up featured in this episode
ul.f-row.between
img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
li.f-col.between
h2.t-up Julie Schafler Dale
p Julie Schafler Dale was the founder and President of Julie: Artisans’ Gallery, New York, which conducted business on Madison Avenue for over forty years. She has served on the Advisory Council for The...
ul.f-row.between
img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/P1033899.jpg")
li.f-col.between
h2.t-up George Rodriguez
p George Rodriguez is a Seattle-based ceramic artist and sculptor who, throughout his career, has used oversized ceramic personalities he creates to tell universal stories. He was born and raised in El Paso, where...
credits(v-if="type === 'episodes' && post" :post="post")
sidebar(v-if="sidebar" :type="`${type}`" layout="single" :related="p2pPostsByType")