{% include 'menu.html' %}

BirdQuizz

{% if username is defined %}

{{ _('Welcome') }} {{ username }}

{% endif %}
{% block content %}{% endblock %}