BirdQuizz/templates/game/new.html

5 lines
133 B
HTML

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