{% extends 'website/home/base.html' %} {% load static %} {% block title %} My Wish List {% endblock %} {% block content %}
{% include 'website/customer/customer_dashboard_sidebar.html' %}

My Wish List

{% endblock %}