21 lines
526 B
Plaintext
21 lines
526 B
Plaintext
|
#settings-sidebar
|
||
|
.settings-header
|
||
|
.settings-title Settings
|
||
|
.settings-content
|
||
|
ul
|
||
|
a(class="{% if title == 'profile' %}active{% endif %}",
|
||
|
href="{{ url_for('settings.profile') }}")
|
||
|
li
|
||
|
i.pi-vcard
|
||
|
| Profile
|
||
|
a(class="{% if title == 'emails' %}active{% endif %}",
|
||
|
href="{{ url_for('settings.emails') }}")
|
||
|
li
|
||
|
i.pi-email
|
||
|
| Emails
|
||
|
a(class="{% if title == 'billing' %}active{% endif %}",
|
||
|
href="{{ url_for('settings.billing') }}")
|
||
|
li
|
||
|
i.pi-credit-card
|
||
|
| Subscription
|