---
layout: default
title: part
nav:
group: Liquid Variables
---
# part
Each part returned by the paginate.parts array represents a link in the pagination's navigation.
{% block "note-information" %}
The part object is only accessible through the paginate object, and can only be used within paginate tags.
{% endblock %}
The example below shows how the part object's attributes can be accessed through a for loop that goes through the paginate.parts array.
Input
Output
Thepart object has the following attributes:
{% table_of_contents %}
{% anchor_link "part.is_link", "part-is_link" %}
Returns true if the part is a link, returns false if it is not.
{% anchor_link "part.title", "part-title" %}
Returns the title of the part.
{% anchor_link "part.url", "part-url" %}
Returns the URL of the part.