Branding

Back to Admin
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for cat, m in messages %}
{{ m }}
{% endfor %} {% endif %} {% endwith %}

Upload logo and favicon

Tip: a wide logo works best. Up to 5 MB.
Tip: square image (32×32 or 48×48). Up to 1 MB.
Current logo
{% if logo_url %} logo {% else %} {{ default_logo_html|safe }} {% endif %}
Current favicon
{% if favicon_url %} favicon {% else %} favicon {% endif %}

Reset

Removes the uploaded logo/favicon so the app falls back to the SyntaxMatrix defaults.