{% with messages = get_flashed_messages(with_categories=True) %}
{% if messages %}
{% for cat, m in messages %}
{{ m }}
{% endfor %}
{% endif %}
{% endwith %}
Upload logo and favicon
Current logo
{% if logo_url %}

{% else %}
{{ default_logo_html|safe }}
{% endif %}
Current favicon
{% if favicon_url %}

{% else %}

{% endif %}
Current bot icon
{% if bot_icon_url %}

{% else %}
{{ default_bot_icon_html|safe }}
{% endif %}
Reset
Removes the uploaded logo/favicon so the app falls back to the SyntaxMatrix defaults.