{% extends "site/base_profile.html" %} {% load static %} {% block title %} SNR Shop BD | Profile {% endblock title %} {% block css %} {% endblock css %} {% block content %}

my profile

{% include 'site/profile/includes/profile_sidebar.html' %}
{% endblock content %} {% block js %} {% endblock js %}