{% extends "base.html" %}
{% block title %} tamako {% endblock %}
{% block head +%}
{% endblock %}
{% block body %}
whisper
{% if whispers.len() == 0 %}
you've met with a terrible fate, haven't you?
{% else %}
{% for whisper in whispers %}
{% let name = whisper.name.clone().unwrap_or("anon".to_owned()) %}
{% let message = whisper.message.clone() %}
{% if whisper.private %}