Search: <%= search %>

<%= for post <- posts do %>
<%= post.title %>
<%= post.subreddit %> - <%= post.num_comments %> comment(s) - <%= Calendar.strftime(post.posted_at, "%Y-%m-%d") %>
<% end %>
<%= for comment <- comments do %>
<%= BdfrBrowser.RenderUtils.comment(comment.body) %>
<% end %>