<!DOCTYPE html> <html> <head> <title><?php echo $title_for_layout; ?></title> </head> <body> <?php echo $this->fetch('content'); ?> </body> </html>