{% extends 'base.html.twig' %} {% block title %}Notifications{% endblock %} {% block header %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{{ notification.message }}