{% extends "_layout.html" %} {% block content %}
{{ trace }}
{% endif %} {% if category == 'secondary' %}{{ trace }}
{% endif %} {% if category == 'success' %}{{ trace }}
{% endif %} {% if category == 'danger' %}{{ trace }}
{% endif %} {% if category == 'warning' %}{{ trace }}
{% endif %} {% if category == 'info' %}{{ trace }}
{% endif %}