Warning text
A notification component is used to warn users about something important.
You can include the warning text as follows, passing in the message:
{% include warning-text.html message="This is some warning text!" %}
This will output the following:
This is some warning text!