Alert
Display different types of alert messages to highlight important information, statuses, or warnings.
Info
Info alert
{% alert_info() %}
Info alert
{% end %}
Success
Success alert
{% alert_success() %}
Success alert
{% end %}
Warning
Warning alert
{% alert_warning() %}
Warning alert
{% end %}
Error
Error alert
{% alert_error() %}
Error alert
{% end %}