generated from mirzaev/pot
Initial commit
This commit is contained in:
5
author/project/system/views/themes/default/js.html
Executable file
5
author/project/system/views/themes/default/js.html
Executable file
@@ -0,0 +1,5 @@
|
||||
{% block js %}
|
||||
{% for element in js %}
|
||||
<script {% if element.src %}src="{{ element.src }}"{% endif %} {% if element.type %}type="{{ element.type }}"{% endif %}>{{ element.innerText }}</script>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user