{% extends 'base.html' %} {% block content %}

센서


센서데이터출력
{% for row in rows %} = 100 %} style="background-color: rgba(255, 0, 0, 0.2);" {% endif %}> {% endfor %}
번호 구분 데이터 날짜
{{ row[0] }} {{ row[1] }} {{ row[2] }} {{ row[3] }}
센서데이터 그래프 출력
{% endblock %}