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
Currently, there is no way to load a collection of templates from a directory outside of of the configured partialsDir. Having an API to loadTemplates() from any directory would be very useful, and the loadPartials() method could call it.
This feature is especially helpful for people who want to share more than just their partialsDir with the client side of their app.
The text was updated successfully, but these errors were encountered:
Currently, there is no way to load a collection of templates from a directory outside of of the configured
partialsDir
. Having an API toloadTemplates()
from any directory would be very useful, and theloadPartials()
method could call it.This feature is especially helpful for people who want to share more than just their
partialsDir
with the client side of their app.The text was updated successfully, but these errors were encountered: