{% extends 'base.html' %}
{% block title %}IvoryOS | Design execution{% endblock %}
{% block body %}
{% if no_deck_warning and not dismiss %}
{# auto pop import when there is no deck#}
{% endif %}
{% include 'components/run_panel.html' %}
{% include 'components/progress_panel.html' %}
{% include 'components/logging_panel.html' %}
{# Include error modal #}
{% include 'components/error_modal.html' %}
{% endblock %}