Example , We need {{externalValue}} inside {{#each}}
{{externalValue}}
<select name=”test”>
{{#each myCollection}}
<option value=”{{id}}”>{{title}} {{externalValue}}</option>
{{/each}}
</select>
replace {{externalValue}} by {{../externalValue}}
Example , We need {{externalValue}} inside {{#each}}
{{externalValue}}
<select name=”test”>
{{#each myCollection}}
<option value=”{{id}}”>{{title}} {{externalValue}}</option>
{{/each}}
</select>
replace {{externalValue}} by {{../externalValue}}