{# Reusable pagination partial. Uses HTMX hx-get for page navigation without full page reload. Variables: page (int): Current page number. has_next (bool): Whether there is a next page. base_url (str): The base URL for pagination (e.g. "/dash/batches/search"). query (str, optional): Current search query to preserve across pages. hx_target (str): The HTMX target element ID for content swap. #}