{% extends 'base.html' %} {% block content %} {% if msg %}
{{msg}}
{% endif %}
{% if config["debug-mode"] %}






{% endif %} {% endblock %}