I have model Post and collection Posts. And want to make form with list of all post in <select id="multi" multiple="multiple">
. So i have to make a PostView render inside my #multi with just this template:
<option value=""><%= title %></option>
But finally I get it wrapped with div. Is there any solution for not wrapping this template with <div>
?