{% extends "djtalk/base.html" %} {% block content %}

All posts

{% for post in posts %}

{{ post.title }}

{{ post.content|truncatechars:280 }}...written by {{ post.user.assembleDisplayName }}

Read full post »


{% endfor %} {% endblock %}