{% extends "base.xhtml" %} {% from "macros/page-hero.xhtml" import page_hero %} {% block content %}
{{ page_hero("Workspace", title, description) }}

In Progress

Placeholder for this workspace section; forms and API workflows will appear here as they are implemented.

{% endblock %}