{% macro render_pagination(pagination) %} {% set previous = ' Previous' %} {% set next = 'Next ' %}
{% endmacro %}