{% extends 'layouts/app.html' %} {% import 'macros/form.html' as f with context %} {% block title %}Thanks for signing up{% endblock %} {% block body %}

Ready to upgrade?

Hi. You're only about a minute away from being a paid member which provides you many amazing things.

Take a look at what you'll gain by becoming a paid member.

{% call f.form_tag('user.welcome') %} Pick a username

You can only pick this once, it will be your name on the leaderboard.

{% call f.form_group(form.username, css_class='sm-margin-bottom', autofocus='autofocus') %} {% endcall %} {% endcall %}
{% endblock %}