{% 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 ) %}
{{ text }}
{% if close %} {{ button(class="luci-button--icon-only luci-button--small luci-notification-button--close", icon_left="close") }} {% endif %}