{% macro render_nav_item(nav_item) %} {% set active = "neoabs-nav__link--active" if nav_item.active %}
  • {{ nav_item.title }}
  • {% endmacro %}