{% extends "base.html" %} {% block title %}{{ t('config.page_title') }}{% endblock %} {% block content %}
{{ t('config.intro') }} {{ config_path }}. {{ t('config.intro_tail') }}
{{ t('config.error_prefix') }} {{ config_save_error }}
{% endif %} {% if config_saved %}{{ t('config.saved_ok') }}
{% endif %}{{ t('config.readme_blurb') }}
{% endblock %}