{% macro menu_item(menu, entry) -%} {% if menu[entry] == path -%}
  • {%- else -%}
  • {%- endif %} {% if menu[entry] is mapping -%}
    {{ entry }}
    {% else -%} {{ entry }} {%- endif %}
  • {% endmacro %}