8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
|
RENDER(Request& context)
|
|
{
|
|
auto p = compiler_load_shared_unit(context, "post.uce");
|
|
if(p)
|
|
print(to_string(p));
|
|
}
|