= $this->extend('episode/_layout') ?>
= $this->section('meta-tags') ?>
= $episode->title ?>
= $this->endSection() ?>
= $this->section('content') ?>
comments as $comment): ?>
= view('episode/_partials/comment', [
'comment' => $comment,
'podcast' => $podcast,
]) ?>
= $this->endSection()
?>