<%- if @attributes.blank? -%> <p>Find me in app/templates/<%= @module.underscore %>/<%= @titletemplate.underscore %>.jst.eco</p> <%- else -%> <form action=“” method=“post”>

<%- @attributes.each do |a| -%>
<%= a.html %>

<%- end -%>

</form> <%- end -%>