std:ui:notice
This helper is a shortcut for rendering std:ui:notice templates. It can be useful when the message is constant text.
{{std:ui:notice message dismissLink dismissText}}
dismissLink and dismissText are optional.
See std:ui:notice for the meaning of the arguments.
Example
To render a simple notice, use this helper with a constant string.
{{std:ui:notice "Something happened."}}