{% extends "base.html" %} {% block title %}LiveConfig - Variables{% endblock %} {% block header %}Variables{% endblock %} {% block content %}
View and edit all live variables from within your program.
{% for name, value in live_variables.items() -%}

{{ name }}

  • Value:
{% endfor %}
{% endblock %}