{# templates/_macros.html #} {% macro render_pagination(pagination, endpoint, **kwargs) %} {% if pagination.pages > 1 %} {% endif %} {% endmacro %}