8 lines
163 B
HTML
8 lines
163 B
HTML
<html>
|
|
<head>
|
|
<title>{{ device.name }} Status</title>
|
|
</head>
|
|
<body>
|
|
<h1>Temperature: {{ status.temperature }}</h1>
|
|
</body>
|
|
</html> |