generated from mirzaev/pot
6 lines
221 B
HTML
6 lines
221 B
HTML
![]() |
{% 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 %}
|