{% extends "base.html.twig" %}
{% block content %}
<p>Welcome to BirdNET-stream !</p>
{% include "stats.html.twig" %}
{% include "chart.html.twig" %}
{% endblock %}