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