{% extends "base.html" %} {% block title %}Shoutbox{% endblock %} {% block content %}

Shoutbox

Quick site-wide chatter — one-liners, ≤280 chars.

{% if posts %} {% else %}
No shouts yet — be the first.
{% endif %}
{% endblock %}