You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my about.hbs file, I want to use the main.hbs layout but also reference some local partials (the ones name about-only-partial-a.hbs and about-only-partial-b.hbs
Great library everyone! I have a problem where I occasionally want use a partial outside of the partials directory
Here's my express server code
I have a directory structure like so:
In my
about.hbs
file, I want to use themain.hbs
layout but also reference some local partials (the ones nameabout-only-partial-a.hbs
andabout-only-partial-b.hbs
I've tried this code in my
about.hbs
:But I constantly get this error
Is there anyway I can use partials but override it to specify a path?
The text was updated successfully, but these errors were encountered: