{#- chirp-ui: Pagination component htmx-powered page navigation. Usage: from "chirpui/pagination.html" import pagination pagination(current=3, total=10, url_pattern="/items?page=...", hx_target="#item-list", hx_select="#main") -#} {% def pagination(current, total, url_pattern, hx_target=none, hx_push_url=false, hx_swap="innerHTML", hx_select=none, window=2, cls="") %} {% if total > 1 %} {% end %} {% end %}