diff --git a/templates/feeds/feed.html.twig b/templates/feeds/feed.html.twig index 2f2ab95313..1b030f120d 100644 --- a/templates/feeds/feed.html.twig +++ b/templates/feeds/feed.html.twig @@ -9,6 +9,9 @@ {% endblock stylesheets %} {% block body %} + {% for block in handle_event('BeforeFeed') %} + {{ block | raw }} + {% endfor %} {# Backwards compatibility with hAtom 0.1 #}