refactor: rename DTree to DValue

This commit is contained in:
udo
2026-06-12 11:05:52 +00:00
parent 941f5aea08
commit 7066da3cde
157 changed files with 1203 additions and 1074 deletions
@@ -4,10 +4,10 @@ COMPONENT(Request& context)
{
String main_html = context.call["fragments"]["main"].to_string();
DTree nav_props;
DValue nav_props;
nav_props["account_wrapper_class"] = "nav-account nav-menu";
DTree footer_props;
DValue footer_props;
<>
<!doctype html>