Skip to content

page ​

The page template handles the rendering of standalone content pages, such as an "About us" or "Contact" page.

Location ​

The page template is located in the templates directory of the theme.

bash
└── theme
    ├── layout
    ├── templates
    │   ...
    │   ├── page.json
    │   ...
    ...

Content ​

You can include the page object in your page template or a section inside of the template: