{% extends "root.html" %} {% block head %} Settings - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{% if profile.id != user.id %}
{{ icon "skull" }} Editing other user's settings! Please be careful.
{% endif %}
{{ icon "smile" }} {{ text "settings:tab.account" }} {{ icon "user-round" }} {{ text "settings:tab.profile" }} {{ icon "paint-bucket" }} {{ text "settings:tab.theme" }} {{ icon "cookie" }} {{ text "settings:tab.sessions" }} {{ icon "cable" }} {{ text "settings:tab.connections" }}
Home timeline
This represents the timeline the home button takes you to.
Notifications
Notifications require you to keep {{ config.name }} open in your browser for real-time updates. This setting does not sync across browsers.
{{ text "settings:label.change_username" }}
{{ icon "skull" }} {{ text "settings:label.delete_account" }}
{% endblock %}