BiFace_Server_Lite/mail/layouts/text.tpl
2020-03-27 10:13:51 +07:00

8 lines
123 B
Smarty

{use class="yii\helpers\Html"}
{$this->beginPage()}
{$this->beginBody()}
{$content}
{$this->endBody()}
{$this->endPage()}