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
Is it possible to get template information e.g. used variables / blocks and more?
Something like nunjucks.parse('/path/to/template') with an output of {variables: ['abc', 'efg'], blocks: ['my_block']} would be very usefull. Did not find something like this in the docs. May somebody can help me here.
The text was updated successfully, but these errors were encountered:
Is it possible to get template information e.g. used variables / blocks and more?
Something like
nunjucks.parse('/path/to/template')
with an output of{variables: ['abc', 'efg'], blocks: ['my_block']}
would be very usefull. Did not find something like this in the docs. May somebody can help me here.The text was updated successfully, but these errors were encountered: