{%extends 'base.html'%} {%block title%}Blogs | Great API{%endblock%} {%block body%} {%include 'sidebar.html'%} {%include 'navbar.html'%} Dashboard {{group_name}} {{group_item}} Select All Add Remove Select {%for title in titles%} {{title}} {%endfor%} {%for item in items%} {%for content in item%} {{content}} {%endfor%} {%endfor%} Filter Status All Draft Published Date Any Date Today This Week This Month This Year {%endblock%}