{% macro paging(url, page, max_page) %} {% if url is containing("?") %} {% set sign = "&" %} {% else %} {% set sign = "?" %} {% endif %}