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
@@ -3,6 +3,6 @@
RENDER(Request& context)
{
starter_boot(context);
starter_user_logout(context);
StarterUser(context).logout();
starter_redirect("account/login", context);
}