{% extends "base_editor.html" %}
{% block head %}
{% endblock %}
{% block content %}
{% include "tab.html" %}
{% endblock %}
{% block scripts %}
{% for socket in sockets %}
{% endfor %}
{% for control in controls %}
{% endfor %}
{% for component in components %}
{% endfor %}
{% endblock %}