extend('podcast/_layout') ?> section('meta-tags') ?> <?= $episode->title ?> endSection() ?> section('content') ?>
$podcast->title]) ?>
<?= $episode->title ?>

title ?>

number, $episode->season_number, 'text-gray-700', ) ?>
name, $episode->slug), icon('chat', 'text-xl mr-1 text-gray-400') . $episode->notes_total, [ 'class' => 'inline-flex items-center hover:underline', 'title' => lang('Episode.total_notes', [ 'numberOfTotalNotes' => $episode->notes_total, ]), ], ) ?> name, $episode->slug), icon('repeat', 'text-xl mr-1 text-gray-400') . $episode->reblogs_total, [ 'class' => 'inline-flex items-center hover:underline', 'title' => lang('Episode.total_reblogs', [ 'numberOfTotalReblogs' => $episode->reblogs_total, ]), ], ) ?> name, $episode->slug), icon('heart', 'text-xl mr-1 text-gray-400') . $episode->favourites_total, [ 'class' => 'inline-flex items-center hover:underline', 'title' => lang('Episode.total_favourites', [ 'numberOfTotalFavourites' => $episode->favourites_total, ]), ], ) ?>
location_name): ?> location_name, $episode->location_geo, $episode->location_osmid, 'text-sm mb-4', ) ?>
notes): ?> notes ? '' : 'checked="checked"' ?> />
notes): ?>
notes as $note): ?> $note]) ?>
getDescriptionHtml('-+Website+-') ?>
endSection() ?>