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