#load "../lib/app.uce" COMPONENT(Request& context) { DValue asset_props; asset_props["css"]["0"] = "views/themes.css"; print(component("../components/theme/assets", asset_props, context)); context.call["app"]["page_title"] = "Themes"; String current_theme = context.cfg.get_by_path("theme/key").to_string(); <> }