{% extends "base.html" %} {% block title %}Theme Builder{% endblock %} {% block content %}
Pick colors with the live preview, save as a new theme, then assign it in Themes or apply per-user in Profile → Themes.
This is body text in the new theme. A link.
| Slug | Display name | Active |
|---|---|---|
{{ t.name }} |
{{ t.display_name }} | {% if t.is_active %}on{% else %}off{% endif %} |
| No themes saved. | ||