'_artwork_slideshow.html',
'filter' => 'artists.slug',
'match' => 'eq',
'value' => $artist,
'sort' => 'orientation',
'data' => [ 'artist' => $artist ]
]);
perch_collection('Artists', [
'template' => '_artist_detail.html',
'filter' => 'slug',
'match' => 'eq',
'value' => $artist
]);
perch_collection('Artworks', [
'template' => '_artworks.html',
'filter' => 'artists.slug',
'match' => 'eq',
'value' => $artist,
'sort' => 'orientation'
]);
?>







