We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2083a90 + 51779f2 commit f2dd0edCopy full SHA for f2dd0ed
inertia/templates/inertia_ssr.html
@@ -1,5 +1,5 @@
1
{% extends inertia_layout %}
2
3
-{% block inertia_head %}{{head|safe}}{% endblock inertia_head %}
+{% block inertia_head %}{% for tag in head %}{{tag|safe}}{% endfor %}{% endblock inertia_head %}
4
5
{% block inertia %}{{body|safe}}{% endblock inertia %}
0 commit comments