{% match config_path %}{% when Some with (path) %}Editing {{ path }}. Saved settings apply to the next run; a hand edit on disk shows up on the next page view.{% when None %}No config file is configured; start the server with --config to edit settings here. The values below are the built-in defaults plus the environment.{% endmatch %} ยท History
{% match load_error %}{% when Some with (error) %}
! config.toml on disk does not load: {{ error }} โ the previous configuration stays live.
{% when None %}{% endmatch %}
{% if !errors.is_empty() %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %}
{% for group in groups %}{% match group.provider %}{% when Some with (provider) %}{% if provider.removable() %}{% endif %}{% when None %}{% endmatch %}{% endfor %}