{% extends '_base.html' %} {% block title %}Blogs{% endblock %} {% block content %}

Posts

{% for post in posts %}
{% endfor %} {% endblock content %}