Add head block to base.html to allow custom CSS per page

This commit is contained in:
Ivo Oskamp 2026-02-05 23:15:36 +01:00
parent d54444eeca
commit 60a7fd1d44

View File

@ -12,6 +12,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/layout.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/status-text.css') }}" />
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}" />
{% block head %}{% endblock %}
<script>
(function () {