Closed
Description
I have a Pattern Lab implementation I'm porting over from PHP. The PHP version allows the following syntax for partials:
- {{> templates-article }}
- {{> 03-templates/02-article }}
- {{> 03-templates/02-article.mustache }}
The Node version only allows the first. The greater flexibility of the PHP version is mandatory for my implementation. I'm submitting a pull request to allow for this. Please review, comment, and merge. Thanks!