opus-magnum split
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user