%h1 Robot Factory %form.build{ action:"/build/robot", method:"POST" } %input.button{ type:"submit", value:"Build A Robot!" } -if @robots.any? %ul#robots - @robots.each do |robot| = render(:haml, :robot, locals: { robot: robot }) -else %h2 You Need To Build Some Robots!