{% extends "base.html" %} {% block title %}Game #{{ game.id[:8] }} - {% if player %}{{ player.name }}{% else %}Lobby{% endif %}{% endblock %} {% block header_extra %}
{% if player %} {{ player.name }} (Rank {{ player.rank }}) {% endif %} {{ game.phase.replace('_', ' ').title() }}
{% endblock %} {% block content %}

Contacting the math-magic spirits...

{% endblock %}