uce/examples/blog/index.uce

10 lines
71 B
Plaintext

#load "lib.uce"
RENDER()
{
<>
Hello world2
<?= bla("!x") ?>
</>
}