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

Echo

How far does your voice go?

{% for echo in echos|reverse %}

{{echo.name}} @{{echo.handle}} {{echo.date}}
{{echo.echo}}

{% for reply in replies|reverse %}

{{reply.name}} @{{reply.handle}} {{reply.date}}
{{reply.reply}}

{% endfor %}
{% endfor %} {% endblock %}