= $this->extend('episode/_layout-preview') ?>
= $this->section('content') ?>
array_key_exists('title', $chapter) ? $chapter['title'] : '',
'startTime' => format_duration($chapter['startTime']),
'chapterImgUrl' => array_key_exists('img', $chapter) ? $chapter['img'] : $episode->cover->thumbnail_url,
'chapterUrl' => array_key_exists('url', $chapter) ? $chapter['url'] : '',
]);
} ?>
= lang('Episode.no_chapters') ?>
= $this->endSection() ?>