{{# @name Pagination @desc The pagination component. Include in a result set using `{{ partial:components/pagination }}`. Auto adds pagination links to `resources/views/snippets/_seo.antlers.html`. #}} {{ if paginate.total_pages > 1 }}
{{ paginate }} {{ section:pagination }} {{ if prev_page }} {{ if current_page == 2 }} {{ else }} {{ /if }} {{ /if }} {{ if next_page }} {{ /if }} {{ /section:pagination }} {{ /paginate }}
{{ /if }}