{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block page_title %}Settings{% endblock %} {% block content %}
Company Settings
Profile Settings

Theme Settings
{% for tid, t in themes.items() %}
{{ t.name }}
{{ t.accent_primary }} / {{ t.accent_secondary }}
{% endfor %}
Security Settings
{% endblock %}