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