{% load static %}
Thoughts{% if authenticated %} Post {% endif %}
{% for thought in thoughts %}
{{thought.text}}
{{thought.extended_text}}
{{thought.posted|date:"r"}}

{% endfor %}