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
@@ -18,7 +18,7 @@ RENDER(Request& context)
<div class="window-dot green"></div>
<span class="mono-text">marketing_blocks.uce</span>
</div>
<pre class="code-block"><code>RENDER:HERO_SECTION(Request&amp; context)
<pre class="code-block"><code>COMPONENT:HERO_SECTION(Request&amp; context)
{
String title = first(context.call["title"].to_string(), "Welcome");
&lt;&gt;