opus-magnum split

This commit is contained in:
2026-05-09 23:56:10 +02:00
parent 8584102402
commit 07f5c76a52
6 changed files with 67 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
{% load django_vite %}
<html lang="en" data-theme="dim">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{% block title %}{% endblock %}</title>
{% if debug %}{% vite_hmr_client %}{% endif %}
{% block head %}
{% endblock %}
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>