{% macro sort_search(result, sorts) %} {% if sorts %} {% if in_url('sort') %} {% set current_sort = request.args.sort %} {% endif %} {% endif %}
{% endmacro %}