{% extends "base.html" %} {# FPBInject Workbench - Main Page This template extends base.html which includes all the partials: - partials/titlebar.html - Title bar with app name and theme toggle - partials/activitybar.html - VS Code style activity bar - partials/sidebar.html - Explorer sidebar with connection, device, config, symbols - partials/editor.html - Main editor area with tabs - partials/terminal.html - Terminal panel (OUTPUT/SERIAL PORT) - partials/statusbar.html - Status bar - partials/modals.html - File browser modal - partials/scripts.html - JavaScript includes To customize any section, override the corresponding block: {% block sidebar %}...{% endblock %} #}