BirdQuizz/templates/index.html

4 lines
94 B
HTML

{% extends "base.html" %}
{% block content %}
{{ _('Welcome to BirdQuizz !') }}
{% endblock %}