{% extends "base.html" %} {% set active = "execute" %} {% block head %} {% endblock %} {% block content %}
Saved Tools
{% if file_tools %}
{% for t in file_tools %} {% endfor %}
{% else %}
No saved tools yet
{% endif %}
Database Tools
{% if tools %}
{% for t in tools %} {% endfor %}
{% else %}
No database tools
{% endif %}
tool.py
Ready
Controls

Ready to execute

Load a tool or write code to begin.

{% endblock %}