some cleanup

This commit is contained in:
udo
2026-04-28 12:10:07 +00:00
parent 223cf4c6e1
commit cd445f3c9b
224 changed files with 1558 additions and 38907 deletions
+10
View File
@@ -0,0 +1,10 @@
COMPONENT(Request& props)
{
String title = props.props["title"].to_string();
String body = props.props["body"].to_string();
<><div class="panel panel-alias-check">
<strong>alias=<?= title ?></strong>
<p>body=<?= body ?></p>
</div></>
}