{% extends "main.html" %} {% block content %}
Save
{% for section in config %}

{{section}}

{% if section in helpfile %} {{helpfile[section]}} {% endif %}
{{ config[section]|safe }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}