# Page object

# page.content

Returns the content of the page.

# page.handle

Returns the slug of the page.

# page.id

Returns the unique id of the page.

# page.meta_description

Returns the description of the page for search engines.

# page.meta_title

Returns the title of the page for search engines.

# page.published_at

Returns the date of publishing of the page in Y-m-d H:i:s format.

# page.template_suffix

Returns the suffix of the specific liquid template used in the page. Returns null if the page is using the default template.

# page.title

Returns the title of the page.

# page.url

Returns the full url of the page.