getting closer to full port of web app starter
This commit is contained in:
@@ -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); ?>
|
||||
</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user