= $this->extend('podcast/_layout') ?>
= $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', [
'post' => $post->reblog_of_post,
]) ?>
= view('podcast/_partials/post', [
'post' => $post,
]) ?>
= $this->endSection() ?>