update images with slider #1

This commit is contained in:
samaradel
2023-05-03 17:00:24 +03:00
parent 1e52426e13
commit 9602f176a1
86 changed files with 314 additions and 87 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en" charset="utf-8">
{% include "partials/head.html" %}
<body>
{% include "partials/header.html" %}
<div id="content" class="mx-auto overflow-hidden">
{% block content %}{% endblock %}
{% block content %}{% endblock %}
</div>
{% include "partials/footer.html" %}
<script type="text/javascript" src="{{ get_url(path='js/lightgallery.min.js') }}"></script>
<script type="text/javascript" src="{{ get_url(path='js/custom.js') }}"></script>
</body>
</html>
</html>