BirdQuizz/templates/index.html

4 lines
94 B
HTML
Raw Permalink Normal View History

2022-05-19 11:07:34 +02:00
{% extends "base.html" %}
{% block content %}
2022-05-26 13:58:46 +02:00
{{ _('Welcome to BirdQuizz !') }}
2022-05-19 11:07:34 +02:00
{% endblock %}