{{!-- expects some arguments:
onDismiss: Function. A callback to trigger when the user requests that this modal be dismissed,
by clicking on a close button or outside the boundary of the modal.
class: String. An optional string that will be append to the class attribute. It can contain
spaces if you wish to add multiple classes.
A content block of what to put inside the modal.
--}}
{{!-- TODO: animate --}}
{{> Template.contentBlock }}
{{!-- An error message which focuses itself and scrolls itself on screen each
time it is rendered, for accessibility. --}}
{{> Template.contentBlock}}
{{!-- A success message which focuses itself and scrolls itself on screen each
time it is rendered, for accessibility. --}}
{{> Template.contentBlock}}
{{!-- expects a single argument:
value: String
--}}