8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
#load "../../lib/app.uce"
|
|
|
|
COMPONENT(Request& context)
|
|
{
|
|
starter_boot(context);
|
|
print(starter_page_main_html(context));
|
|
}
|