{% extends "base.html" %} {% block title %}~{{ u.username }} — The Spring{% endblock %} {% block content %}
~{{ u.username }}

joined {{ pretty_time(u.joined_at) }} · last seen {{ pretty_time(u.last_seen) }}

{% if u.bio %}
{{ u.bio }}
{% endif %}
Recent Threads
{% if threads %} {% else %}

— no threads yet —

{% endif %} {% endblock %}