nolimits4web / template7

Mobile-first JavaScript template engine
http://www.idangero.us/template7/
MIT License
657 stars 165 forks source link

Going back to "each"-context , after accessing parrent variable. #62

Open Adrian-Voelker opened 5 years ago

Adrian-Voelker commented 5 years ago

Hello :)

First of all: Great piece of work!

Question/Feature: When i'm accessing a parent variable with {{../}}, i cannot get the current context again by a second statement with {{this.}}.

Is this behaviour supposed to be?