{% extends "base.html" %} {% block content %} {% include "styles.html" %}

SST Hierarchical Composition Tool

{% if element_divs|length %}
{{ element_divs|safe }}
{% else %}
{% endif %}
{# library_name text input #} {# group_name text input #} {# group checkbox #} {# group button #}
Group
{# modal dialog box #} {% include "modal.html" %} {# create button #}
Create
{# clear button #}
Clear
{# export button #}
Export
{% endblock %}