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
I'm not quite sure where to put this, but previously in EJS I had a fileLoader hook for adding "preambles" and "postambles" to file renderings. Does nunjucks have an equivalent?
I'm not quite sure where to put this, but previously in EJS I had a
fileLoader
hook for adding "preambles" and "postambles" to file renderings. Does nunjucks have an equivalent?EJS:
The best I came up with for Nunjucks is the following:
but that feels wrong. Am I missing something obvious using the FileLoader or Environment APIs?
The text was updated successfully, but these errors were encountered: