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

7 lines
193 B
Twig
Raw Normal View History

2022-08-13 07:46:56 +02:00
{% extends "base.html.twig" %}
{% block content %}
2022-08-16 05:21:53 +02:00
<p>{{ "Welcome to BirdNET-stream !" | trans }}</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 %}