{% extends "admin/base.html" %} {% block title %}Site Settings - Admin - {{ site_name() }}{% endblock %} {% block admin_content %}

Site Settings

Configure your site's name, tagline, and other metadata

{% if sites_list %} Select which site to configure {% endif %}
{% if sites_list %} {% endif %} The name displayed in the header and browser title A short description or slogan for your site {% if not selected_site %} Name displayed in the copyright notice (defaults to site name if empty) If different from current year, will show a range (e.g., 2020-2026) Custom robots.txt content. Leave empty to use the default. {% if theme_data %} Select a theme to change your site's appearance {% endif %} {% endif %}
{% endblock %}