Page
From Shopify Wiki
The liquid variable page has the following attributes:
Contents |
[edit]
page.id
Returns the id of this page.
[edit]
page.handle
This is the accessor for this page. It is usually the page's title in underscore with every blank space replaced by a dash. "My Pretty Page" would thus have the handle "my-pretty-page".
[edit]
page.title
Returns the title of this page
[edit]
page.content
Returns the content of this page.
[edit]
page.url
Relative url where the page can be found.
