<%= form_with model: @micropost, id: "micropost_form" do |f| %>

<%= title %>

<%= f.rich_text_area :content %> <%= f.submit button_text %> <% end %>