|
|
|
|
|
|
17
|
p end: {{ dateFrom(post.end) }}
|
17
|
p end: {{ dateFrom(post.end) }}
|
|
18
|
|
18
|
|
|
19
|
block.post-single.block-wrapper(v-for="(block, index) in post.blocks" :block="block" @open-gallery="openGallery" :key="`block-${index}`")
|
19
|
block.post-single.block-wrapper(v-for="(block, index) in post.blocks" :block="block" @open-gallery="openGallery" :key="`block-${index}`")
|
|
|
|
20
|
+
|
|
20
|
//- related artists section example layout
|
21
|
//- related artists section example layout
|
|
21
|
- ul
|
|
|
|
|
|
22
|
+ section
|
|
22
|
h2.t-up featured in this episode
|
23
|
h2.t-up featured in this episode
|
|
23
|
- ul.f-row.f-start
|
|
|
|
24
|
- li
|
|
|
|
25
|
- img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
|
|
|
|
26
|
- li
|
|
|
|
27
|
- h2.t-up Julie Schafler Dale
|
|
|
|
28
|
- 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...
|
|
|
|
29
|
-
|
|
|
|
30
|
- ul.f-row.f-grow
|
|
|
|
31
|
- li
|
|
|
|
32
|
- img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/P1033899.jpg")
|
|
|
|
33
|
- li
|
|
|
|
34
|
- h2.t-up George Rodriguez
|
|
|
|
35
|
- 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...
|
|
|
|
|
|
24
|
+ ul.f-row.f-start
|
|
|
|
25
|
+ li
|
|
|
|
26
|
+ img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
|
|
|
|
27
|
+ h2.t-up Julie Schafler Dale
|
|
|
|
28
|
+ 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...
|
|
|
|
29
|
+ li
|
|
|
|
30
|
+ img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/P1033899.jpg")
|
|
|
|
31
|
+ h2.t-up George Rodriguez
|
|
|
|
32
|
+ 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...
|
|
36
|
|
33
|
|
|
37
|
credits(v-if="type === 'episodes' && post" :post="post")
|
34
|
credits(v-if="type === 'episodes' && post" :post="post")
|
|
38
|
|
35
|
|