BirdNET-stream/www/templates/index.html.twig

7 lines
177 B
Twig
Raw Normal View History

2022-08-13 07:46:56 +02:00
{% extends "base.html.twig" %}
{% block content %}
<p>Welcome to BirdNET-stream !</p>
2022-08-15 11:42:28 +02:00
{% include "stats.html.twig" %}
{% include "chart.html.twig" %}
2022-08-13 07:46:56 +02:00
{% endblock %}