Template Layouts
Template layouts are the base view components for a website that controls everything around the content.
To change the layout for a specific page:
document::$layout = 'name';
The above will use the template file layouts/name.inc.php
for rendering the page.