{% extends "base_template.html" %} {% block title %}Appearance{% endblock %} {% block content %}

Appearance

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}

Site

{% set bm = setting('site_brand_mode', 'both') %}

Colors

{% endblock %}