{% extends "base.html" %} {% block title %}Settings – My IoT{% endblock %} {% block body %}
{{ NavbarPartialTemplate::new("settings")|safe }}

Settings

This section displays the currently running configuration. To change a setting, edit the configuration file and restart My IoT.

It's better if you use a version control system to store your configuration

{{ settings }}
{% endblock %}