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
There is documentation regarding partials, it's in the README, and there's even an example app. The only thing this package does is load the partials from the specified directory(s) and hands them over the Handlebars to render.
Steps to reproduce:
views/partials/errors/500.js
{{> errors/500}}
The result is:
On a side note, there is no documentation regarding the use of partials.
The text was updated successfully, but these errors were encountered: