{% macro notification( class, text="This is a global notification about something that has occured in the system. This message applies to the entire system.", icon_left=false, icon_path=false, close=false, describedby=false ) %}
{% if icon_left %} {{ icon(class="luci-notification__icon", name=icon_left, path=icon_path) }} {% endif %}

{{ text }}

{% if close %} {{ button(class="luci-button--icon-only luci-button--small luci-notification-button--close", icon_left="close") }} {% endif %}
{% endmacro %}