RENDER(Request& context) { auto p = compiler_load_shared_unit(&context, "post.uce"); if(p) print(to_string(p)); }