{{ name }}
{% if user['username'] %}
Log In/Out
Logged in as:
{{ user['name'] }} ({{ user['username'] }})
{% endif %}
{% for section in sections %}
{{ section["name"] }}
{% for link in section["links"] %}
{{ link["name"] }}
{% if link['icon'] %}
{% endif %}
{% endfor %}
{% endfor %}