feat(development): add option for including additional stylesheets
ref: #252
This commit is contained in:
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user