@include('entities.sibling-navigation', ['next' => $next, 'previous' => $previous])
- @if ($commentsEnabled)
+ @if ($commentTree->enabled())
@if(($previous || $next))
<div class="px-xl">
<hr class="darker">
</div>
@endif
- <div class="px-xl comments-container mb-l print-hidden">
- @include('comments.comments', ['page' => $page])
+ <div class="comments-container mb-l print-hidden">
+ @include('comments.comments', ['commentTree' => $commentTree, 'page' => $page])
<div class="clearfix"></div>
</div>
@endif