{% extends "base.html" %} {% block title %}Raw Config — IRC Bot Portal{% endblock %} {% block content %}

Raw Config Editor

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
Download
{% endblock %}