{% extends 'base.html' %} {% block title %}IvoryOS | Design{% endblock %} {% block body %} {# overlay block for text-to-code gen #}

Generating design, please wait...

{% include 'components/sidebar.html' %} {% include 'components/canvas.html' %}
{# Include all modals #} {% include 'components/modals.html' %} {# Include all scripts #} {% include 'components/scripts.html' %} {% endblock %}