post.html 137 B

1234
  1. <% render '/default.html' do %><h1><%= item[:title] %></h1>
  2. <time class="published"><%= item[:created_at]%></time>
  3. <%= yield %><% end %>