{% extends "base.html" %} {% block title %}LiveConfig - Classes{% endblock %} {%block header %}Classes{% endblock %} {% block content %}

View and edit all live variables from within your program.

{% for name, value in live_variables.items() -%}

{{ name }}

{% endfor %} {% endblock %}