{% extends "base.html" %} {% block title %}Setup Banner — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
Author HTML or plain text with Jinja2 placeholders. The banner renders inside the /setup page —
HTML tags are allowed. Leave empty and click Remove banner to go back to no banner.
{{ "{{ user }}" }} may be null for anonymous visitors — guard with {% if user %}.
/setup will go back to showing no banner. This cannot be undone.