{% extends 'layouts/base.html' %} {% load static %} {% block content %}
{% include 'includes/pre-loader.html' %}

Alerts

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

{% include 'includes/components/_alerts.html' %}
{% endblock content %}