{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %} {%- if title -%}

{{ title }}

{%- endif -%} {%- if data -%}
Application Settings
Temperature Display
Polling Interval
Leaf Temperature Offset
Measurement Retention
Graph Hours
Add-in Features
Features
Utilities
Restart Worker
Serial Number
{%- endif -%} {% endblock %}