= $this->extend('podcast/_layout') ?>
= $this->section('meta-tags') ?>
= $podcast->title ?>
= $this->endSection() ?>
= $this->section('content') ?>
reblog_of_id !== null): ?>
= view('podcast/_partials/reblog', [
'note' => $note->reblog_of_note,
]) ?>
= view('podcast/_partials/note', ['note' => $note]) ?>
= $this->endSection() ?>