<%= Enum.map(Content.Comments.children(@parent_id, @post.comments), fn comment -> %>
<%= comment.author || "Anonymous" %>
<%= comment.date |> Timex.format!("%F", :strftime) %>
<%= sanitize comment.content |> auto_paragraph_tags |> elem(1) |> IO.iodata_to_binary() %>
<% end) %>