Branding

Back to Admin
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for cat, m in messages %}
{{ m }}
{% endfor %} {% endif %} {% endwith %}
The title displayed in the header and browser tab.
The project name shown in metadata and internal use.

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.
Tip: square icon (64x64 recommended). 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 %}
Current bot icon
{% if bot_icon_url %} bot icon {% else %} {{ default_bot_icon_html|safe }} {% endif %}

Reset

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