willatwork
willatwork
If I have the following templates: home/index.hbs > {{> ../common/header}} common/header.hbs > {{> logo}} common/logo.hbs > blah blah blah... In handlebars.js, the header partial will successfully include the logo template...
Style tags such as the following create errors in the generated javascript: `.my-class { background: red; }` Superviews tries to interpolate the stuff within the curly braces. For my purposes,...
> {{ > /assets/templates/header }} generates a parseError exception. Is/Can there be a way to specify absolute location to a partial?