Pre large refactor of templates.

This commit is contained in:
lwark
2025-06-12 09:48:01 -05:00
parent d652de4650
commit 0233bc3ac2
4 changed files with 19 additions and 10 deletions

View File

@@ -7,13 +7,11 @@
<style>
{% for c in css %}
{{ c }}
{% endfor %}
</style>
{% endif %}
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
{% endblock %}
</head>
<body>
{% block body %}