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
It would be nice if the plugin would load the partial from the return value of getPartialPath. So far I have not found a way to specify dynamic partials with this plugin. Any workaround would be appreciated.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
Given this context
{ getPartialPath: function(){ return myBoolean ? "./partial1" : "./partial2"; } }
for this template:
<div>{{> (getPartialPath) }}</div>
It would be nice if the plugin would load the partial from the return value of getPartialPath. So far I have not found a way to specify dynamic partials with this plugin. Any workaround would be appreciated.
Thank you for your time.
The text was updated successfully, but these errors were encountered: