{% extends "base.html" %} {% block content %}

What would you like to do?

Invite friend to play.

{% if form.errors %}

Please correct the errors below: {{ form.non_field_errors }}

{{ form.errors }} {% endif %}
{% csrf_token %} {{ form.email }}

Play against the computer.

Start Game
{% endblock %} {% block content-related %}

Game List

{% endblock %}