wiki.techinc.nl/tests/phpunit/data/templates
Roan Kattouw 3c06d76521 TemplateParser: Pass FLAG_MUSTACHELOOKUP to enable parent context access
This allows variables defined in an outer context to be used in inner
contexts. For example:

<h2>{{foo}}</h2>
<ul>
{{#things}}
    <!-- bar is a property of each thing, foo is an outer variable -->
    <li>{{foo}} is a {{bar}}</li>
{{/things}}
</ul>

Bug: T203209
Change-Id: Ib0ae0fb0b4be6b161f548c79db6fb6f4b831f7c1
2018-09-04 12:39:34 -07:00
..
bad_partial.mustache
foobar.mustache
foobar_args.mustache
has_partial.mustache
parentvars.mustache TemplateParser: Pass FLAG_MUSTACHELOOKUP to enable parent context access 2018-09-04 12:39:34 -07:00
recurse.mustache Enable recursive partials in TemplateParser 2017-09-10 05:51:07 +00:00