Template

Title

OldNew
11Template

Permalink

OldNew
11layouts

Content

OldNew
11## Template Layouts
2
3Template layouts are the base view components for a website that controls everything around the content.
4
5To change the layout for a specific page:
6
7```php
8document::$layout = 'name';
9```

Edited by tim on Dec 28 2023 at 06:07 AM

View code on GitHub