Alert

Display different types of alert messages to highlight important information, statuses, or warnings.

Info

{% alert_info() %}
  Info alert
{% end %}

Success

{% alert_success() %}
  Success alert
{% end %}

Warning

{% alert_warning() %}
  Warning alert
{% end %}

Error

{% alert_error() %}
  Error alert
{% end %}