{% extends 'blog/base.html'%} {% block post_block %}
{% if posts %} {% for post in posts %}

{{ post.title}}


{{post.title}}
{{post.content | safe }}
{% endfor %} {% else %}

Sorry!! No post has been found!!!

{% endif %}
{% endblock %}