File: pagination.html

package info (click to toggle)
bootstrap-flask 2.2.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,396 kB
  • sloc: python: 2,218; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
{% extends 'base/pagination.html' %}

{% macro get_current_page(page) %}
<li class="page-item active" aria-current="page">
    <a class="page-link" href="#">{{ page }}</a>
</li>
{% endmacro %}