#45,#46: done

This commit is contained in:
Simon Brooke 2020-02-16 13:51:41 +00:00
parent ee46b0d545
commit 151987e598
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
5 changed files with 131 additions and 63 deletions

View file

@ -2,11 +2,9 @@
{% block extra-headers %}
{% for script in scripts %}
<script src="{{script}}"></script>
{% endfor %}
<script src="{{script}}"></script>{% endfor %}
{% for style in styles %}
<link href="{{style}}" rel="stylesheet" type="text/css" />
{% endfor %}
<link href="{{style}}" rel="stylesheet" type="text/css" />{% endfor %}
{% endblock %}
{% block content %}