You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To quote the guide: "to constrain lookups to the current section scope: {.foo}". In other words, the example is correct - there is no 'root' in the 'person' scope and the '.' specifically instructs dust not to search parent scopes, so it renders an empty string for '{.root}'.
force_current example is not working
"root": "Subject",
"person": {
"name": "Larry",
"age": 45
}
}
The correct (4) result must be: Subject: Larry, 45
Regards: Evgeni
The text was updated successfully, but these errors were encountered: