#load "../../lib/app.uce" COMPONENT(Request& context) { starter_boot(context); String current_theme = context.cfg.get_by_path("theme/key").to_string(); String current_label = first(context.cfg.get_by_path("theme/label").to_string(), current_theme); String route_path = context.call["starter"]["route"]["l_path"].to_string(); <>
}