[CORE][UI] Added the possibility to draw stuff before feed starts

This commit is contained in:
Phablulo Joel 2021-12-20 23:39:28 -03:00
parent 012e0665b0
commit ce91826d31
1 changed files with 3 additions and 0 deletions

View File

@ -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">