{% if category == 'error' %}
{% elif category == 'success' %}
{% elif category == 'info' %}
{% endif %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% block content %}{% endblock %}