.form-group = label_tag "post_#{attribute}", post_label_t(attribute, post: post) = render 'posts/attribute_feedback', post: post, attribute: attribute, metadata: metadata = render 'application/editor', markdown: post.content.document, identifier: "#{post.id}-#{attribute}", name: "post[#{attribute}]"