XaminProject / handlebars.php

Handlebars processor for php
331 stars 132 forks source link

Support partials with parameters #128

Closed idmontie closed 9 years ago

idmontie commented 9 years ago

HandlerbarsJS has supported passing parameters to partials (see this test and this one from the HandlebarsJS repo ).

All of the following should be supported to match HandlebarsJS 2+:

{{> partial this}}
{{> partial variable}}
{{> partial newVariable=variable}}
JustBlackBird commented 9 years ago

This is already fixed in #127

idmontie commented 9 years ago

Great, closed!