{% macro item(taxon, dropdown = null, depth, i = 0) %} {% import _self as macros %} {% if taxon.enabledChildren|length > 0 %} {% set depth = depth + 1 %} {% if depth is same as(1) %} {% else %}
  • {{ taxon.name }}
  • {% endif %} {% else %} {% if depth is same as(0) %}
  • {{ taxon.name }}
  • {% else %}
  • {{ taxon.name }}
  • {% endif %} {% endif %} {% endmacro %} {% import _self as macros %} {% if taxons|length > 0 %} {# MOBILE NAVBAR #} {# DESKTOP NAVBAR #} {% endif %}