{% extends "base.html" %} {% block title %}My inbox{% endblock %} {% block content %}
Your own mail. Reading here consumes the message (acks it); replying sends back to the sender.
{% for m, unread in items %}Your inbox is empty.
{% endfor %} {% endblock %}