Language: handlebars
Displays any notifications (errors, warnings or info messages)
{{{view "error" error=error}}}
NB. It is usually preferable to use control.view template rather than calling this directly
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
array |
<optional> |
List of errors to display |
warning |
array |
<optional> |
List of warnings to display |
info |
array |
<optional> |
List of info messages to display |