website with slop placeholders

This commit is contained in:
udo
2026-04-22 13:31:51 +00:00
parent 14ebf10a22
commit 223cf4c6e1
336 changed files with 66009 additions and 116 deletions
+25
View File
@@ -0,0 +1,25 @@
RENDER(Request& context)
{
DTree t;
<>
<link rel="stylesheet" href='style.css'></link>
<h1>
<a href="index.uce">UCE Test</a>:
Header
</h1>
Response Headers
<pre style="white-space: pre-wrap"><?
print(var_dump(context.header));
?></pre>
Params
<pre><?= var_dump(context.params) ?></pre>
</>
}