Complete move map code to page code in render module

This commit is contained in:
lash
2023-04-10 15:26:18 +01:00
parent 765bc2a269
commit 0831a4ea53
11 changed files with 61 additions and 36 deletions

View File

@@ -88,7 +88,7 @@ func bar() error {
b = vm.NewLine(b, vm.HALT, nil, nil, nil)
b = vm.NewLine(b, vm.INCMP, []string{"*", "^"}, nil, nil)
tpl := "this is bar - an end node"
tpl := "this is bar - any input will return to top"
data := make(map[string]string)
data["pinky"] = "two"