{% extends "base.html" %} {% block nav_config %}active{% endblock %} {% block page_title %}Configuration{% endblock %} {% block content %} {% if not writable %}
Config file {{ config_path }} is read-only. Edit the file directly and reload the application.
{% endif %}
{% endblock %} {% block body_class %}dashboard-page{% endblock %}