Difference between revisions of "Liquid Template Variables - page"

From Spiffy Stores Knowledge Base

Line 19: Line 19:
 
== <code>page.content</code> ==
 
== <code>page.content</code> ==
  
Returns the title of this page
+
Returns the content of this page
  
 
== <code>page.published</code> ==
 
== <code>page.published</code> ==

Revision as of 16:30, 12 September 2008

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'.