added config.py

This commit is contained in:
2025-02-23 21:43:50 +01:00
parent c090b611e2
commit 9156142c04
9 changed files with 137 additions and 13 deletions

View File

@ -6,6 +6,9 @@
<title>{% block title %}Title{% endblock %}</title>
<link rel="shortcut icon" href="{% static "logo.svg" %}" type="image/x-svg">
<link rel="stylesheet" href="{% static "base.css" %}">
<script type="application/javascript">
const Config = {{ config|safe }}
</script>
<script src="{% static "base.js" %}"></script>
{% block head %}{% endblock %}
</head>