7 lines
142 B
HTML
7 lines
142 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<p>{{ message }}</p>
|
|
<p>
|
|
<a href="/game/new">{{ _('New Question') }}</a>
|
|
</p>
|
|
{% endblock %} |