decided in favor of dedicated COMPONENT() macro, updates to documentation

This commit is contained in:
udo
2026-04-19 11:34:03 +00:00
parent be514d63d6
commit 2b5586d7df
56 changed files with 926 additions and 401 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
RENDER(Request& context)
COMPONENT(Request& context)
{
String lang = first(context.call["lang"].to_string(), "plain");
<>
+1 -1
View File
@@ -1,4 +1,4 @@
RENDER(Request& context)
COMPONENT(Request& context)
{
String title = first(
context.call["node"]["attrs"]["title"].to_string(),