{# ── Reusable pagination component ── A centered "load more" button for cursor-based pagination. Variables: next_cursor — str | None (the cursor value for the next page) base_url — str (the URL to append ?after= to, e.g. /dashboard/myproj/search?q=foo) #} {% if next_cursor %}
{% endif %}