mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Extract js and css from select widgets to editable class attributes
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
<script-once src="{{ statics.js }}" defer></script-once>
|
||||
{% for css in statics.csss %}
|
||||
{% for js in statics.js %}
|
||||
<script-once src="{{ js }}" defer></script-once>
|
||||
{% endfor %}
|
||||
{% for css in statics.css %}
|
||||
<link-once rel="stylesheet" type="text/css" href="{{ css }}" defer></link-once>
|
||||
{% endfor %}
|
||||
|
||||
|
Reference in New Issue
Block a user