This commit is contained in:
SG
2025-06-09 23:34:36 +03:00
parent 3348df26e5
commit 2d7f1c1f7d
30 changed files with 1312 additions and 67 deletions

View File

@@ -1,3 +1,4 @@
{% extends "default.html" %}
{% block head_includes %}
@@ -21,4 +22,4 @@
{% if content_item.custom_js %}
<script src="{{ content_item.custom_js }}"></script>
{% endif %}
{% endblock %}
{% endblock %}

View File

@@ -87,4 +87,4 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" crossorigin="anonymous"></script>
{% block footer_includes %}
{% endblock %}
</body>
</body>

View File

@@ -1,3 +1,4 @@
{% extends "default.html" %}
{% block content %}
@@ -16,4 +17,4 @@
{% endfor %}
</div>
{% endblock %}
{% endblock %}