web-of-things/a5/templates/page/index.html.j2
Daniel Bulant b66cdea753
fixups
2026-03-14 17:13:35 +01:00

6 lines
221 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 %}