{% extends "base.html" %} {% block title %}Welcome — The Spring{% endblock %} {% block content %}
»» YOU'RE IN ««
Welcome to The Spring, ~{{ u.username }}

Your handle is now yours. Pick it up wherever you go.

Your handle
~{{ u.username }}
This is how people will see you when you post. You're logged in now — you can post in any conference.
{% if u.email %}
✉  Welcome email sent
We sent a confirmation + bookmarks to {{ u.email }}. Check your inbox (and spam, just in case — from noreply@austinspring.com).
{% else %}
⚠  No email on file
You signed up without an email. If you forget your password we can't reset it automatically. Add an email in settings →
{% endif %}
What to do next
📚  Browse all 85 conferences → 🎧  Jump straight to Drool (Colin Firth, 14k+ posts) → 🏠  Visit The Porch (where everyone hangs out) → ⚙  Profile & settings (add a bio)
How posting works: open any topic, scroll to the bottom, type your reply. New topics: open a conference, click “new topic.” You can edit your posts. You can't delete them — The Spring keeps everything (that's the point).
{% endblock %}