2024-12-17 15:11:45 +00:00

10 lines
215 B
PHP

<?= $this->extend('_layout') ?>
<?= $this->section('pageTitle') ?>
<?= lang('Podcast.platforms.title') ?>
<?= $this->endSection() ?>
<?= $this->section('content') ?>
Podcast settings...
<?= $this->endSection() ?>