Building this page…
The page is being compiled and will load automatically in a moment.
= source ?>
// Example page_compiling handler. Enable in /etc/uce/settings.cfg: // page_compiling=site/errors/compiling.uce // Served with status 503 while the requested unit is being (re)built; the // page refreshes itself until the build finishes and the requested page renders. RENDER(Request& context) { context.header["Refresh"] = "2"; String source = context.call["error"]["source"].to_string(); <>
The page is being compiled and will load automatically in a moment.
= source ?>