- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
- <html>
- <head>
- <title><?= $this->fetch('title'); ?></title>
- </head>
- <body>
- <?= $this->fetch('content'); ?>
- <p>This email was sent using the <a href="https://cakephp.org">CakePHP Framework</a></p>
- </body>
- </html>
|