---
layout: default
title: page
nav:
group: Liquid Variables
---
# page
The page object has the following attributes:
{% table_of_contents %}
{% anchor_link "page.author", "page.author" %}
Returns the author of a page.
{% anchor_link "page.content", "page-content" %}Returns the content of a page.
{% anchor_link "page.handle", "page-handle" %}Returns the handle of the page.
{% anchor_link "page.id", "page-id" %}Returns the id of the page.
{% anchor_link "page.published_at", "page-published_at" %} Returns the timestamp of when the page was created. Use the date filter to format the timestamp. {% anchor_link "page.template_suffix", "page-template_suffix" %} Returns the name of the custom page template assigned to the page, without thepage. prefix nor the .liquid suffix. Returns nil if a custom template is not assigned to the page.
Input
Output
Returns the title of a page.
{% anchor_link "page.url", "page-url" %}Returns the relative URL of the page.
Input
Output