{% macro link(l) %}
  • {% if l.href %} {{l.label}} {% else %} {{l.label}} {% endif %} {% if l.children %} {% endif %}
  • {%- endmacro %}