#load "../lib/app.uce" RENDER(Request& context) { starter_boot(context); context.call["starter"]["page_title"] = "Themes"; starter_register_css("views/themes.css", context); String current_theme = context.cfg.get_by_path("theme/key").to_string(); <> }