Marketpath provides the following pagination options for use in your sites.
{%- include '/marketpath/paging/_pagination'
collection:my_collection
paging_style:'list'
page_query_param:'page'
num_next_pages:3
show_prev_and_next:true
show_first_and_last:true
page_item_class:"page-item"
page_link_class:"page-link" -%}
{% include "/components/marketpath/pagination/_pagination" collection:posts paging_style:'list' %}
{% include "/components/marketpath/pagination/_pagination" collection:posts paging_style:'select' %}
{% include "/components/marketpath/pagination/_pagination" collection:posts paging_style:'basic' %}
{% include "/components/marketpath/pagination/_pagination" collection:posts paging_style:'list' page_item_class:'page-item' page_link_class:'page-link' %}