getting closer to full port of web app starter

This commit is contained in:
udo
2026-04-19 19:09:21 +00:00
parent 2b5586d7df
commit d1167aec3b
96 changed files with 3395 additions and 1027 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ RENDER(Request& context)
<?: component("components/card", card_props, context) ?>
</div>
<h2>Named Component</h2>
<? render_component("components/card:BODY", named_props, context); ?>
<? component_render("components/card:BODY", named_props, context); ?>
</>
}