<% if post.the_comments.count > 0 %>
<%= render partial: "partials/comments_list", locals: { comments: post.the_comments, children: "" } %>
<% end %>

<%= ct('comment_new')%>

<% if signin? %> <%= form_for post, url:{action: :save_comment, post_id: post.id}, html: {method: "post", class: "form-comment"} do |f|%> <% end %> <% else %> <% end %>