{{ config['name'] }}
{% if user['username'] and config['auth_ui_link'] != False %}
Dark Mode
Log In / Out
Current User:
{{ user['name'] }} ({{ user['username'] }})
{% endif %}
{% for section in sections %} {% if "type" in section: %} {% if weather["system_on"] and section['type'] == "weather": %}
{{ section["name"] }}
{% if weather["alerts"] %} {% for alert in weather["alerts"]: %}
{{ alert['title'] }}
Details
NWS
{% endfor %} {% endif %}
{% endif %} {% else %}
{{ 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 %}
{% endif %} {% endfor %}