added config.py
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user