twitter / hogan.js

A compiler for the Mustache templating language
http://twitter.github.io/hogan.js
Apache License 2.0
5.14k stars 431 forks source link

Fixes issue #194. #195

Closed torgeir closed 10 years ago

torgeir commented 10 years ago

Allow sections extensions with outer sections to access the properties of outer contexts. This allows for section extensions to behave like hogan.js does internally when looking up properties directly in templates.

sayrer commented 10 years ago

Thanks!