{{ name }}
{% if user['username'] and auth_ui_link != False %}
Log In / Out
Current User:
{{ user['name'] }} ({{ user['username'] }})
{% endif %}
{% for section in sections %}
{{ section["name"] }}
{% for link in section["links"] %}
{{ link["name"] }}
{% if link['icon'] %} {% if link['icon'][:3] in ['fab', 'far', 'fas', 'fal'] %}
{% else %}
{% endif %} {% endif %}
{% endfor %}
{% endfor %}