Running the cli against the partials example template file it fails to resolve the partial templates, what's missing?
handlebars-cli template2.hbs '{
"title": "example 0",
"parent": "base0"
}'
Error rendering template2.hbs: Error rendering "template2.hbs" line 4, col 1: Partial not found base0
Running the cli against the partials example template file it fails to resolve the partial templates, what's missing?