Page
From Shopify Wiki
The liquid variable page has the following attributes:
Contents |
page.id
Returns the id of this page.
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".
page.title
Returns the title of this page
page.content
Returns the content of this page.
page.url
Relative url where the page can be found.
page.author
Returns the author of this page.
