{% extends 'base.html'%} {% load static %} {% load humanize %} {% block css %} {% endblock %} {% block content %}
{% for post in rendered_data %}
user profile image
{{ post.user }} made a post.
{{ post.posted_time|naturaltime }}

{{ post.description }}

{% endfor %}
{% endblock %} {% block script %} {% endblock %}