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

new.html.erb 91B

123456
  1. <div class="page-header">
  2. <h1><%= t "blog.new_post" %></h1>
  3. </div>
  4. <%= render 'form' %>