In v1.0.10 we were able to call a partial with a name like this... ``` handlebars {{> myPartial.md }} ``` In v1.0.11 I get the following error: ``` Warning: Parse error on line 9: {{> myPartial.md }} -------------^ Expecting 'CLOSE', 'ID', got 'SEP' ```
In v1.0.10 we were able to call a partial with a name like this...
In v1.0.11 I get the following error: