{% extends "base.html" %} {% from "macros/title.html" import title_tag with context %} {% from "macros/create.html" import checked_if with context %} {% block title %}{{ title_tag('User Settings') }}{% endblock %} {% block heading %}

Settings for {{ current_user.handle() }}

{% endblock %} {% block content %}

Identification

Appearance

    {% for color in colors %}
  • {% endfor %}

Don't forget to save your changes to apply the theme!

{% endblock %}