{% extends 'site_layout.html.j2' %} {% set title="Dashboard" %} {% 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 user defined CSS. New

You have used {{ premium_css_count }} out of {{ cosmetics.css_limit }} custom css slots. {% if premium_css_count >= cosmetics.css_limit %}Don't fret! You can still use CSS variables.{% endif %} Donate below to obtain more slots!

{% if premium_css_count >= cosmetics.css_limit %}

Free up some slots by emptying your other custom CSS field and submitting it (Titan will automatically mark empty custom css editor fields as unused slots in the database) or delete the user defined css slot altogether.

{% endif %}
{% for css in css_list %}

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

Modify
{% endfor %}
{% endif %}

Donations!

Would you like to support the Titan Embeds project?

You currently have {{ session["tokens"] }} Titan Tokens.

Donate!!
{% endblock %}