{% extends "base.html" %} {% block head %} {% endblock %} {% block body %}

Messaging {{ message.u_to.username }}: {% if message.response %}{% endif %}

{% if not message.anonymous and message.u_from.username %}{{ message.u_from.username }}{% else %}Anony­mous{% endif %} writes:
{{ message.content }}
{{ message.response }}
{% if username %} Logged in as {{ username }}

View your messages

{% else %} Not logged in. {% if config.new_users %}Sign up{% else %}Log in{% endif %}? {% endif %} {% endblock %}