{% extends 'dashboard.twig' %} {% block content %}

Inline notification example:

{{ 'This is an example for an inline notification. Have you noticed the success message disappeared after a few seconds?'|notification({'placeAt': '#exampleUI_notifications', 'title': 'Info: ', 'noclear': true, 'context': 'info'}) }}
{% endblock %}