{%- extends "base.html" %} {# Loads some of the macros included with Flask-Bootstrap. We are using the utils module here to automatically render Flask's flashed messages in a bootstrap friendly manner #} {% import "bootstrap/utils.html" as utils %} {% block scripts %} {{super()}} {%- endblock scripts %} {# Most of the content goes in this block #} {% block content %}
Current Temperature: {{ tempC }}
Heater Status: {{ state.heater }}