mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
#45,#46: done
This commit is contained in:
parent
ee46b0d545
commit
151987e598
5 changed files with 131 additions and 63 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue