app/views/posts/new.html.erb

Summary

Maintainability
Test Coverage
<% content_for(:title, 'New')%>
<div class="col-sm-12">
  <h1>New post</h1>
  <%= render 'form' %>
</div>