{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{{ post.description or "" }}
posted {{ format_ts(post.created_at) }}
{% endfor %} {% if posts|length == 0 %}huh, I guess nothing has been posted yet.
{% endif %}