{% extends 'base.html' %} {% block content%}
Category List
{% for category in categories %} {% endfor %}
Name Action
Name Action
{{ category.name }} Edit Delete
Add Category
{% endblock content%}