web-of-things/a5/templates/page/index.html.j2
2026-03-09 00:45:45 +01:00

6 lines
227 B
Django/Jinja

{% extends "../base.html.j2" %}
{% block title %}Overview{% endblock %}
{% block description %}Overview of a CO2 and TVOC sensor data.{% endblock %}
{% block content %}
{% include "../block/index.html.j2" %}
{% endblock %}