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

{{ "Edit Config" if config else "New Config" }}

{% if not config %}
{% endif %}
Cancel
{% endblock %}