<%= subreddit %>

<%= for post <- posts do %>
<%= post.title %>
<%= post.num_comments %> comment(s) - <%= trunc(post.created_utc) |> DateTime.from_unix!() |> DateTime.to_iso8601() %>
<% end %>