[TEMPLATES][Base] AppendToHead event added to base template
This commit is contained in:
parent
c3d58c350e
commit
9cf8970603
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user