{% extends 'base.html' %} {% block content %} Blog category

Blog category

{% for item in cat_menu_list %}

{{ item }}

{% endfor %} {% endblock %}