refactor: rename DTree to DValue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user