{{ post.title }}
{{ post.body|truncatewords:20 }}
By {{ post.author }} on {{ post.post_date }} Read More{% extends 'base.html' %} {% block content %}
{{ post.body|truncatewords:20 }}
By {{ post.author }} on {{ post.post_date }} Read MoreNo posts available.
{% endif %} {% endblock %}