A website template with lots of features, built with ruby on rails.

edit.html.erb 151B

    <% title (t 'blog.edit_post') + ' - ' + @blog_post.title %> <div class="page-header"> <h1><%= t "blog.edit_post" %></h1> </div> <%= render 'form' %>