{% extends 'site_layout.html.j2' %} {% block title %}Dashboard{% endblock %} {% block content %}

User Dashboard

Select a server to configure Titan Embeds.

*List missing some servers? It's because you must have either Manage Server, Kick Members, or Ban Members permissions to modify embed settings.

{% for server in servers %}
{% if server.icon %} {% else %} No icon :( {% endif %}

{{ server.name }}


Modify
{% endfor %}

{% if cosmetics is none %}

Cosmetics!

Would you like to have cosmetics such as custom CSS for your embed?

Talk to us!
{% endif %} {% if css_list is not none %}

Create or modify your custom CSS. New

{% for css in css_list %}

#{{ css.id }} {{ css.name }}

Modify
{% endfor %}
{% endif %} {% endblock %}