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

Dashboard Category List page

Category List

{% include 'category/category_list_component.html' %}
{% endblock %}