- title "New stream"
= form_for @stream, url: admin_streams_url, html: { id: "entry-form" } do |f|
  = render partial: "form", locals: { f: f }