2022-05-27 10:09:21 +02:00

5 lines
133 B
HTML

{% extends "base.html" %}
<h2>{{ _('Ready for the adventure ?')</h2>
<a href="/game/new" class="button">
{{ _('New Game') }}
</a>