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 an error when trying to call partial() inside another partial.
So for example - I have a layout, where I made a call:
<%- partial('partials/view1') %>
Inside partials/view1.ejs I have another call:
<%- partial('partials/subview1') %>
For this second call I'm getting the error: 'partial is not defined'.
Any hints how to fix it?
The text was updated successfully, but these errors were encountered:
I'm getting an error when trying to call partial() inside another partial.
So for example - I have a layout, where I made a call:
<%- partial('partials/view1') %>
Inside partials/view1.ejs I have another call:
<%- partial('partials/subview1') %>
For this second call I'm getting the error: 'partial is not defined'.
Any hints how to fix it?
The text was updated successfully, but these errors were encountered: