uce/site/examples/uce-starter/views/page2-section1.uce

11 lines
221 B
Plaintext

#load "../lib/app.uce"
COMPONENT(Request& context)
{
context.call["app"]["page_type"] = "blank";
<>
<?= std::to_string((u64)time()) ?> - Page 2 Section 1 loaded
<pre>UCE starter AJAX fragment response</pre>
</>
}