2022-05-26 10:27:26 +02:00
|
|
|
{% extends "base.html" %}
|
2022-05-27 10:08:25 +02:00
|
|
|
<h2>{{ _('Ready for the adventure ?')</h2>
|
2022-05-26 10:27:26 +02:00
|
|
|
<a href="/game/new" class="button">
|
2022-05-26 13:58:46 +02:00
|
|
|
{{ _('New Game') }}
|
2022-05-26 10:27:26 +02:00
|
|
|
</a>
|