{% for post in posts %}
{% endfor %}
{{post.title}}
{{post.created_at | timesince}} ago | {{post.auther}}{{post.short_description}}
{% extends 'base.html' %} {% block content %} {% for post in featured_posts %} {% if forloop.first %}
{{post.short_description | truncatewords:25 }}
{{post.short_description}}