Liquid Template Variables - page

From Spiffy Stores Knowledge Base

Revision as of 16:40, 12 September 2008 by Admin (talk | contribs)

The liquid template variable page has the following attributes:

page.id

Returns the unique internal number of the page.

This is normally only for internal usage.

page.handle

This is the page handle. The handle uniquely identifies the page in the URL address.

The handle is usually the page's title in lower case with all blanks replaced by a dash. "My Pretty Page" would have the handle "my-pretty-page".

page.title

Returns the title of this page.

page.content

Returns the content of this page.

page.published

Returns true if the page is published and visible.

page.url

The is the relative URL address of the page.

page.type

Returns the type of the object, in this case, 'page'.