{% if 'fluid' in prefix %} {% endif %} {% if 'fluid' in prefix %} {% endif %}
// 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") }}