feat: add head block placeholder to base template for child template injection
Insert an empty Jinja2 block named 'head' inside the <head> element of base.html, enabling child templates to inject custom meta tags, styles, or scripts before the closing head tag.
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
<script src="/html-frame.js"></script>
|
||||
<script src="/generic-form.js"></script>
|
||||
<link rel="stylesheet" href="/html-frame.css">
|
||||
|
||||
{% block head %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user