{# Empty-state card shown wherever a page needs a workspace and none is configured. Context: lede (sentence), cta (bool: link to /workspaces), cancel (bool: back link), centered (bool), panel_id (str: element id, so an HTMX swap that replaces a panel can keep that panel's target id). The two commands mirror NO_WORKSPACES_HINT in core/config.py. #}

No workspaces yet.

{{ lede }}

gitstow workspace add <path> --label <name> gitstow onboard {% if cta %}
Add a workspace {% if cancel %}Cancel{% endif %}
{% endif %}