Files
2026-05-16 13:44:12 -04:00

5 lines
128 B
PHP
Executable File

<?= $this->extend('layout/email_layout') ?>
<?= $this->section('content') ?>
<?= $body_html ?? '' ?>
<?= $this->endSection() ?>