7 lines
114 B
Plaintext

#load "../../lib/app.uce"
COMPONENT(Request& context)
{
print(context.call["fragments"]["main"].to_string());
}