diff --git a/components/Collection/templates/collection/notes.html.twig b/components/Collection/templates/collection/notes.html.twig index 82d4c238db..a227295318 100644 --- a/components/Collection/templates/collection/notes.html.twig +++ b/components/Collection/templates/collection/notes.html.twig @@ -9,6 +9,10 @@ {% endblock stylesheets %} {% block body %} + {% for block in handle_event('BeforeFeed', app.request) %} + {{ block | raw }} + {% endfor %} +
{% if page_title is defined %}

{{ page_title | trans }}