{% macro sort_toggle(product_type) %} {% set popular_link = url('popular_websites') if product_type == 'website' else url('popular_apps') %} {% set new_link = url('new_websites') if product_type == 'website' else url('new_apps') %}
{% endmacro %} {% macro category_sort_toggle(popularUrl, newUrl) %} {% endmacro %}