Kohana 3: Default Template [step 3] By mauriciootta | December 13, 2011 - 1:04 AM |December 13, 2011 kohana, php Create the view for the default template: /modules/common/views/template/default/default.php <!DOCTYPE html> <head> <title>Default template</title> </head> <body> <?php echo $content; ?> </body> </html> Bookmark the permalink.