It seems paths with a leading dot restrict the scope the below the current context.

master
Tom Alexander 4 years ago
parent da4ef1a8c8
commit 6e8c7621f1
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -0,0 +1,7 @@
{
"commander": "Chris",
"names": {
"captain": "Alice",
"first_officer": "Bob"
}
}

@ -0,0 +1,5 @@
{#names}
Hello {.captain}!{~n}
Hello {.commander}!{~n}
Hello {commander}!{~n}
{/names}
Loading…
Cancel
Save