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 was previously accessing view off of context.ctx in the Nunjucks tag, and you suggested I can access it in a helper using this.view but I don't know how this transfers into Nunjucks land
The text was updated successfully, but these errors were encountered:
As discussed here
#13
and here
jonschlinkert/templates#17
view
on thefile
context is difficult in Nunjucks. A typical nunjucks tag can be constructed like sohttps://mozilla.github.io/nunjucks/api.html#custom-tags
and you can see an example in my assemble sample repo
https://github.com/dtothefp/assemble-view-issue/blob/master/tags/debug.js
I was previously accessing
view
off ofcontext.ctx
in the Nunjucks tag, and you suggested I can access it in a helper usingthis.view
but I don't know how this transfers into Nunjucks landThe text was updated successfully, but these errors were encountered: