extra head block

This commit is contained in:
carpetscheme 2020-07-18 19:24:55 +02:00
parent a0a81d877f
commit d1945ae148
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
{% set data = load_data(path="public/style.css", format="plain") -%}
<style>{{ data | safe }}</style>
{% block extra_head %}
{% endblock extra_head %}
</head>
{% endblock head %}