<%= Enum.map(Legendary.Content.Comments.children(@parent_id, @post.comments), fn comment -> %>

<%= comment.author || "Anonymous" %>

<%= comment.date |> Timex.format!("%F", :strftime) %>

<%= HtmlSanitizeEx.basic_html(comment.content |> auto_paragraph_tags |> elem(1) |> IO.iodata_to_binary()) %>
<% end) %>