{% extends "base.html" %} {% block title %}{{ t('config.page_title') }}{% endblock %} {% block content %}

{{ t('config.h1') }}

{{ t('config.intro') }} {{ config_path }}. {{ t('config.intro_tail') }}

{% if config_save_error %}

{{ t('config.error_prefix') }} {{ config_save_error }}

{% endif %} {% if config_saved %}

{{ t('config.saved_ok') }}

{% endif %}
{% if csrf_token %}{% endif %}

{{ t('config.readme_blurb') }}

{% endblock %}