[COMPONENT][Collection] Add event to render html before drawing feed

This commit is contained in:
2022-01-16 12:11:34 -03:00
committed by Hugo Sales
parent 3f0d996dc9
commit f7cbfbff8c

View File

@@ -9,6 +9,10 @@
{% endblock stylesheets %}
{% block body %}
{% for block in handle_event('BeforeFeed', app.request) %}
{{ block | raw }}
{% endfor %}
<header class="feed-header">
{% if page_title is defined %}
<h1 class="heading-no-margin">{{ page_title | trans }}</h1>