{% extends 'layout.html' %} {% block nav_settings %}active{% endblock %} {% block content %}
{% if saved %}
× Success! Your settings have been saved
{% endif %}

Settings for {{ logged_in }}


Profile Picture

{% if account.profile.profile_pic %} {% endif %}

Profile Fields

Site Theme

Account Settings

{% endblock %}