{% extends "base.html" %} {% block title %}Edit Configuration - Admin - Anguis{% endblock %} {% block content %}
Modify system settings (config.yaml)
{% if config_path %}File: {{ config_path }}
{% endif %}parent:
child: value
nested:
deep: value
items: - first - second - third
string: "text" number: 123 boolean: true null: null