some syntax errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{% block js %}
|
{% block js %}
|
||||||
{% for element in javascript }
|
{% for element in javascript %}
|
||||||
<script {% if element.src %}src="{{ element.src }}"{% endif %} {% if element.type %}type="{{ element.type }}"{% endif %}>{% element.innerText %}</script>
|
<script {% if element.src %}src="{{ element.src }}"{% endif %} {% if element.type %}type="{{ element.type }}"{% endif %}>{{ element.innerText }}</script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user