<html> <head> <title><?php echo _('E-mail preview'); ?></title> <style> body {font-family: sans-serif;} </style> </head> <body> <?php echo $this->view->html; ?> </body> </html>