{% extends "whispermaphone/page.html" %} {% load static %} {% block title %}Thoughts{% endblock %} {% block head %} {% endblock %} {% block main %} {% load tz %} {% for thought in thoughts %}
{{thought.text}}
{{thought.extended_text}}
{% timezone thought.timezone %} {{ thought.posted|time:"g:i a" }} {{ thought.posted|date:"M d, Y" }}, UTC{{ thought.offset_hours }} {% endtimezone %}

{% endfor %} {% endblock %} {% block scripts %} {% endblock %}