Notification

A notification component is used to tell users about something important, but that is not directly related to the page content.

You can include the notification as follows, passing in the title and the message:

{% include notification.html title="Example notification" message="This is a message for an example notification." %}

This will output the following:

Example notification

This is a message for an example notification.