trying to port web app starter from PHP
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
RENDER(Request& context)
|
||||
{
|
||||
auto p = compiler_load_shared_unit(context, "post.uce");
|
||||
if(p)
|
||||
print(to_string(p));
|
||||
}
|
||||
Reference in New Issue
Block a user