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