{% extends "base.html" %} {% block title %}System Configuration - Admin - Anguis{% endblock %} {% block content %}
View and manage system settings (config.yaml)
{% if config_path %}File: {{ config_path }}
{% endif %}{{ config_text }}
Unable to parse configuration
{% endif %}