Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Blog</title>
- </head>
- <body>
- <h1>Our Blog</h1>
- <hr />
- <% @posts.each do |post| %>
- <h2><%= post.title %></h2>
- <p><%= post.content %></p>
- <hr />
- <% end %>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment