#load "../../lib/app.uce" COMPONENT:APP_FRAME(Request& context) { starter_register_css("themes/common/css/workspace.css", context); starter_register_js("js/u-workspace-shell.js", context); String id = context.call["id"].to_string(); String overlay_id = context.call["overlay_id"].to_string(); String class_name = context.call["class"].to_string(); <>
= context.call["text"].to_string() ?>
= context.call["subtitle"].to_string() ?>
} ?>