{% include 'navigation.html' %}

Welcome, {{ g.user_info['username'] }}!

Select a server to view your server-specific data and statistics.

{% if g.guilds %} {% for guild in g.guilds %}
{% if guild.icon %} Server Icon {% else %}
{{ guild.name[0] if guild.name else 'S' }}
{% endif %}
{{ guild.name }}

Access your dashboard, statistics, and achievements for {{ guild.name }}.

{% endfor %} {% else %}

No Servers Found

You don't have access to any servers with this bot. Join a server with Multus Bot to get started!

{% endif %}