{% extends 'base.html' %} {% block title %}IvoryOS | Welcome {% endblock %} {% block body %}

Welcome

Version: {{ version }}

{% if enable_design %}
Browse designs

Browse all workflows saved in the database.

Edit designs

Build your workflow from current deck functions.

{% endif %}



{% if not off_line %}
{% if enable_design %}
Run experiment

Execute workflows with repeat times or variable configs.

{% endif %}
Control device

Browse and control instruments of current platform

Connect new device

Connect new hardware: for simple/temporary configurations.

{% endif %}
{% endblock %}