some syntax errors

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-12-16 23:23:46 +07:00
parent 510a80665b
commit d3775bf96d

View File

@ -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 %}