liquid-rails
liquid-rails copied to clipboard
Is there way to render partials with params?
Assume that in rails we can do something like this
<%= render :partial => 'my_partial', :locals => { :my_var => 'value' } %>
How can do this in liquid?
Thanks