{% macro categoryItem(taxon) %}
{% endmacro %} {% import _self as macros %} {% if taxons|length > 0 %}
{% for taxon in taxons %} {{ macros.categoryItem(taxon) }} {% endfor %}
{% endif %}