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