5 lines
128 B
PHP
5 lines
128 B
PHP
<?= $this->extend('layout/email_layout') ?>
|
|
<?= $this->section('content') ?>
|
|
<?= $body_html ?? '' ?>
|
|
<?= $this->endSection() ?>
|