{% extends 'layouts/app.html' %} {% import 'macros/form.html' as f with context %} {% block title %}Sign up for a new account{% endblock %} {% block body %}

What are you waiting for?

Place bets

Correctly guess the dice's roll.

Win currency

Gain coins if your guess is correct.

Leaderboard

Compare your results to others.

{% call f.form_tag('user.signup') %}

Sign up today

{% call f.form_group(form.email, autofocus='autofocus', placeholder='Email address') %} {% endcall %} {% call f.form_group(form.password) %} {% endcall %}
{% endcall %}
{% endblock %}