{% extends "base_template.html" %} {% block title %}{{ _('Appearance') }}{% endblock %} {% block content %}

{{ _('Appearance') }}

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}

{{ _('Site') }}

{% set bm = setting('site_brand_mode', 'both') %}
{% set bc = setting('site_breadcrumbs', config.get('SITE_BREADCRUMBS', 'deep')) %}
{{ _('The trail under the header that shows where the reader is. Pages that bring their own trail keep it.') }}

{{ _('Error page') }}

{{ _('What the page says when a reader lands on a missing address. Empty fields keep the translated defaults.') }}

{{ _('Colors') }}

{% endblock %}