From ce91826d3133c06fe9bccead158bb56bf2e9855f Mon Sep 17 00:00:00 2001 From: Phablulo Date: Mon, 20 Dec 2021 23:39:28 -0300 Subject: [PATCH] [CORE][UI] Added the possibility to draw stuff before feed starts --- templates/feeds/feed.html.twig | 3 +++ 1 file changed, 3 insertions(+) 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 #}