{% extends "base.html" %} {% block title %}Scenarios | Silisocs Studio{% endblock %} {% block crumb %}Scenarios{% endblock %} {% block content %}

World library

Scenarios

Each scenario is a launchable world, not a preset dashboard.

{% if scenarios %}
{% for scenario in scenarios %}{{ scenario.name }}{{ scenario.files|length }} configuration surfaces ยท {{ scenario.source_label }}{{ scenario.source_label }}{% endfor %}
{% else %}
No worlds yet

Create the first scenario in this workspace.

{% endif %}

New world

Name your scenario

{% include "_repository_connect.html" %} {% endblock %}