recreate project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?= $this->extend('layout/email_layout') ?>
|
||||
|
||||
<?php // Passes HTML body into the section your layout expects ?>
|
||||
<?= $this->section('email_content') ?>
|
||||
<?= $content ?? '' ?>
|
||||
<?= $this->endSection() ?>
|
||||
Reference in New Issue
Block a user