feat(development): add option for including additional stylesheets

ref: #252
This commit is contained in:
2024-08-25 11:31:43 +09:30
parent cb9c782d0c
commit 52db44eac7

View File

@ -14,6 +14,7 @@
<link rel="stylesheet" href="{% static 'base.css' %}">
<link rel="stylesheet" href="{% static 'code.css' %}">
<link rel="stylesheet" href="{% static 'content.css' %}">
{% block additional-stylesheet %}{% endblock additional-stylesheet %}
<script src="{% static 'functions.js' %}"></script>
{% endif %}