[CORE][UI] Added the possibility to draw stuff before feed starts
This commit is contained in:
parent
012e0665b0
commit
ce91826d31
|
@ -9,6 +9,9 @@
|
|||
{% endblock stylesheets %}
|
||||
|
||||
{% block body %}
|
||||
{% for block in handle_event('BeforeFeed') %}
|
||||
{{ block | raw }}
|
||||
{% endfor %}
|
||||
{# Backwards compatibility with hAtom 0.1 #}
|
||||
<main class="feed" tabindex="0" role="feed">
|
||||
<div class="h-feed hfeed notes">
|
||||
|
|
Loading…
Reference in New Issue
Block a user