-<div page-comments page-id="{{ $page->id }}" class="comments-list">
- <div comment-count-bar class="grid half left-focus v-center">
+<section component="page-comments"
+ option:page-comments:page-id="{{ $page->id }}"
+ option:page-comments:updated-text="{{ trans('entities.comment_updated_success') }}"
+ option:page-comments:deleted-text="{{ trans('entities.comment_deleted_success') }}"
+ option:page-comments:created-text="{{ trans('entities.comment_created_success') }}"
+ option:page-comments:count-text="{{ trans('entities.comment_count') }}"
+ class="comments-list"
+ aria-label="{{ trans('entities.comments') }}">
+
+ <div refs="page-comments@commentCountBar" class="grid half left-focus v-center no-row-gap">