Skip to main content

page

The page template renders the shop’s pages, like About us, Contact us.

Location

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

└── theme
├── layout
├── templates
| ...
| ├── page.liquid
| ...
...

Content

You can include the following in your section inside of the template:

The page object

You can access the Liquid page object to display the page details.