{% load static %} SNR Shop BD {% block title %}{% endblock title %} {% include 'site/includes/base_css.html' %} {% block css %} {% endblock css %}
{% include 'site/includes/header.html' %} {% include 'site/includes/navbar.html' %} {% include 'site/includes/cart-sidebar.html' %} {% include 'site/includes/nav-sidebar.html' %} {% include 'site/includes/mobile-menu.html' %} {% block content %} {% endblock content %} {% include 'site/includes/footer.html' %} {% include 'site/page/shop/js_files/shop_js.html' %} {% include 'site/page/shop/js_files/wishlist_js.html' %} {% include 'site/includes/base_js.html' %} {% block js %} {% endblock js %}