{% macro breadcrumbs_macro(links, show_reset) -%}
{% for link in links %} {{ link[0] }} {% endfor %}
{% if show_reset %}
{% endif %}
{%- endmacro %}