[COMPONENT][Collection] Add event to render html before drawing feed
This commit is contained in:
parent
3f0d996dc9
commit
f7cbfbff8c
@ -9,6 +9,10 @@
|
|||||||
{% endblock stylesheets %}
|
{% endblock stylesheets %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
{% for block in handle_event('BeforeFeed', app.request) %}
|
||||||
|
{{ block | raw }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
<header class="feed-header">
|
<header class="feed-header">
|
||||||
{% if page_title is defined %}
|
{% if page_title is defined %}
|
||||||
<h1 class="heading-no-margin">{{ page_title | trans }}</h1>
|
<h1 class="heading-no-margin">{{ page_title | trans }}</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user