Initial commit

This commit is contained in:
2025-07-05 22:22:53 +07:00
commit 89b17fca64
141 changed files with 1105 additions and 0 deletions

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