{% comment %}
paginator.page The number of the current page
paginator.per_page Number of posts per page
paginator.posts Posts available for the current page
paginator.total_posts Total number of posts
paginator.total_pages Total number of pages
paginator.previous_page The number of the previous page, or nil if no previous page exists
paginator.previous_page_path The path to the previous page, or nil if no previous page exists
paginator.next_page The number of the next page, or nil if no subsequent page exists
paginator.next_page_path The path to the next page, or nil if no subsequent page exists
{% endcomment %}