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 getting this error when I added {% include 'pathtofile/file.html' %} in one of my post.
I'm at lost of where this came from. Is it something wrong with my nunjucks or is it not finding the file from path?
Template render error: (unknown path)
Error: template not found: pathtofile/file.html
at Object._prettifyError (...blog/node_modules/nunjucks/src/lib.js:36:11)
at ...blog/node_modules/nunjucks/src/environment.js:561:19
...
The text was updated successfully, but these errors were encountered:
I'm getting this error when I added
{% include 'pathtofile/file.html' %}
in one of my post.I'm at lost of where this came from. Is it something wrong with my nunjucks or is it not finding the file from path?
The text was updated successfully, but these errors were encountered: