feat: Changes to template inheritance
Changes to what goes where.
This commit is contained in:
parent
10c71a3909
commit
48b6e1d0ed
8 changed files with 73 additions and 80 deletions
|
|
@ -7,9 +7,3 @@
|
|||
{{ block.super -}}
|
||||
<link href="/css/demo.css" media="all" rel="stylesheet"/>
|
||||
{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
<script src="/vendor/hippie-script.js"></script>
|
||||
<script src="/js/globals.js"></script>
|
||||
<script src="/js/app.js"></script>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue