{% extends "base.html" %} {% from "_custom_select.html" import custom_select %} {% block title %}User Settings - {{ brand_name }}{% endblock %} {% block main_content %}

User Settings

Manage your personal preferences and billing.

{# General Settings #} {# Subscriptions #} {# Usage #} {# SSH keys (Git over SSH) #} {# Terms of Service #}
{% endblock %} {% block portals %} {# Modals for General Settings and Subscriptions #} {# Usage Modal #} {# SSH keys modal #} {# SSH public key help — stacked above ssh-keys-modal so content is not clipped #} {% endblock %} {% block scripts %} {% endblock %}