{%extends 'base.html'%} {%block title%}Blogs | GreatAPI{%endblock%} {%block body%} {%include 'sidebar.html'%} {%include 'navbar.html'%} Dashboard {{group_name}} {{group_item}} {%for title in titles%} {{title}} {%endfor%} {%for item in items%} {%for content in item%} {{content}} {%endfor%} {%endfor%} Prev Next {%endblock%}