{% extends 'administrator/_layout.auth.html' %} {% block title %}Settings{% endblock %} {% block subtitle %}Delete{% endblock %} {% block content %} {% if g.errors['total'] > 0 %}
{% endif %}
Key Value
{{ setting.key }} {{ setting.val }}
Cancel
{% endblock %}