{% load static %} SNR Shop BD {% block title %}{% endblock title %} {% include 'site/includes/base_css.html' %} {% block css %} {% endblock css %}
{% include 'site/includes/header-top.html' %} {% include 'site/includes/header.html' %} {% include 'site/includes/navbar.html' %} {% include 'site/includes/category-sidebar.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' %} {% if user.is_authenticated %} {% else %} {% endif %} {% include 'site/page/reseller/js_files/reseller_shop_js.html' %} {% include 'site/includes/base_js.html' %} {% block js %} {% endblock js %}