{{ title }}

Various pagination styles

// content above this line
View
20 of 100 arrow_forward

Pagination Light

{% import "components/pagination.html" as pagination %} {{ pagination.component(pages=4, first=true, last=true) }} {{ pagination.component(pages=2, labels=true, class="m-0") }}

Pagination Square

{% import "components/pagination.html" as pagination %} {{ pagination.component(pages=4, first=true, last=true) }} {{ pagination.component(pages=2, labels=true, class="m-0") }}

Pagination Rounded

{% import "components/pagination.html" as pagination %} {{ pagination.component(pages=4, first=true, last=true) }} {{ pagination.component(pages=2, labels=true, class="m-0") }}