{% from "macros/nswdesignsystem/_tabs_link.html" import link with context %} {% macro tabs(items) %}
{% for name in items %}
{{ caller(loop.index0) }}
{% endfor %}
{% endmacro %}