= $this->extend('podcast/_layout_authenticated') ?>
= $this->section('meta-tags') ?>
= $podcast->title ?>
= service('vite')
->asset('styles/index.css', 'css') ?>
= $this->endSection() ?>
= $this->section('content') ?>
reblog_of_id !== null): ?>
= view('podcast/_partials/reblog_authenticated', [
'post' => $post->reblog_of_post,
'podcast' => $podcast,
]) ?>
= view('podcast/_partials/post_authenticated', [
'post' => $post,
'podcast' => $podcast,
]) ?>
= $this->endSection() ?>