6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
COMPONENT(Request& context)
|
|
{
|
|
if(context.props["show_child"].to_bool())
|
|
print(component("lazy-child", context.props, context));
|
|
}
|