{% extends 'django-blogs/base.html' %} {% block content %} {% for post in posts %} {{ post.heading | safe}} {% endfor %}