ref_sync_select.html 161 Bytes Raw Blame History Permalink 1 2 3 4 5 <select id="in-lang" name="language"> <% _.each( langs, function( lang, code ) { %> <option value="<%=code%>"><%= lang.label %></option> <% }); %> </select>