<%= if is_list(subreddit) and length(subreddit) > 1 do %> Multi-Reddit <% else %> <%= subreddit %> <% end %>

<%= for post <- posts do %>
<%= post.title %>
<%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %> <%= post.num_comments %> comment(s) - <%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :short) %>
<% end %>