{% extends 'base.html' %} {% load static %} {% block title %} Product List {% endblock %} {% block content %}

Dashboard Product List page

Product List

{% include 'product/product_list_component.html' %}
{% endblock %}