{% macro item(taxon, isChild) %} {% import _self as macros %} {% if (taxon.children|length) > 0 %} {% else %} {% endif %} {% endmacro %} {% macro dropdownItem(taxon) %}
  • {{ taxon.name }}
  • {% endmacro %} {% import _self as macros %}