{% extends "base.html" %} {% block content %}

Admin Config

Resolved settings are shown exactly as Kahlo is running them.

This view surfaces the active Kahlo config path and the sanitized effective settings after YAML, environment, and model defaults have been applied.

Active Config Path {{ active_config_path }}
Version {{ build_version }}
Tag {{ git_metadata.tag }}

Sanitized Effective Config

Resolved rows

{{ config_rows|length }} rows
{% for row in config_rows %} {% endfor %}
Key Value
{{ row.path }} {{ row.value }}
{% endblock %}