<%= link_to t(".page_heading"), admin_posts_path %>

<%= render "admin_post", admin_post: @admin_post %>
<%= render "comments/commentable", commentable: @admin_post %>