{% macro render_nav_item(endpoint, label, label_style="white", tag="", tag_style="blue") %}
  • {{ label }} {% if tag %} {{ tag }} {% endif %}
  • {% endmacro %}