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

This commit is contained in:
Phablulo Joel 2022-01-16 12:11:34 -03:00 committed by Hugo Sales
parent 3f0d996dc9
commit f7cbfbff8c
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 4 additions and 0 deletions

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>