[TEMPLATES][Base] AppendToHead event added to base template

This commit is contained in:
Phablulo Joel 2022-01-07 14:53:55 -03:00
parent c3d58c350e
commit 9cf8970603
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
<{{ type }} rel="{{ element['rel'] }}" type="{{ element['type'] }}" href="{{ element['href'] }}" title="{{ element['title'] }}">
{% endfor %}
{% endfor %}
{% for block in handle_event('AppendToHead', app.request) %}
{{ block | raw }}
{% endfor %}
</head>
<body>