echo $this->box->title($story, "title", 'text-7.5 font-light mt-6.75');
if (!$story->hasParent('Magazine')) {
echo $this->box->date($story, "date-clear", 'text-3 text-black my-3.25');
} else {
echo $this->element->label($magazineLabel, 'badge-section-level:3', [
'badgeClasses' => 'w-full text-gray-500 font-bold'
]);
}
echo $this->box->byline($story, "byline", 'text-4 my-3.25');
echo $this->box->excerpt($story, "excerpt", 'text-4 font-light my-3.25');
echo $this->slideshow->html($story->imagesVisible, 'slideshow-xfast image-primary-high-stretch-uneven-caption-embed', ['slideshowClasses' => ' w-full']);
?>

Comments (0) Closed