In https://pugjs.org/language/iteration.html ``` ul each val, key in {1: 'one', 2: 'two', 3: 'three'} li= key + ': ' + val ``` How this write in your engine? And how write one item from map? Example .arr[.key].field ``` arr{ "one": { "field": 1 }, "two::{ "field": 3 } } ```
In https://pugjs.org/language/iteration.html
How this write in your engine?
And how write one item from map? Example .arr[.key].field