{% extends 'base.html' %} {% block content %}

Latest posts

{% for post in object_list %}

{{ post.title }}

{{ post.content|truncatewords:"30" }} Read more

{% empty %}

Sorry, no posts found.

{% endfor %} {% endblock %}