Closes #16630: Enable plugins to embed custom <head> content (#19055)

This commit is contained in:
Jeremy Stretch
2025-04-01 15:09:49 -04:00
committed by GitHub
parent 8d7889e2c0
commit a00144026b
5 changed files with 21 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
{% load helpers %}
{% load i18n %}
{% load django_htmx %}
{% load plugins %}
<!DOCTYPE html>
<html
lang="en"
@@ -59,6 +60,7 @@
{# Additional <head> content #}
{% block head %}{% endblock %}
{% plugin_head %}
</head>
<body>