fuel / parser

Fuel PHP Framework - v1.x template parser package adapters
http://fuelphp.com
64 stars 45 forks source link

add partials_loader options for Mustache #85

Closed tgfjt closed 9 years ago

tgfjt commented 9 years ago

Hi! To use Mustache Partials easily, How do you feel this?

<body>
  {{> include/partial.mustache}}
</body>

https://github.com/bobthecow/mustache.php/wiki#partials_loader

tgfjt commented 9 years ago

@WanWizard Fixed opening braces. Would you review again please?

WanWizard commented 9 years ago

Looks ok now, thanks.

tgfjt commented 9 years ago

Thanks!