[COMPONENT][Collection] Add event to render html before drawing feed
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user