@extends('layouts.tri') @push('social-meta') @endpush @include('entities.body-tag-classes', ['entity' => $page]) @section('body')
@include('pages.parts.page-display')
@include('pages.parts.pointer', ['page' => $page])
@include('entities.sibling-navigation', ['next' => $next, 'previous' => $previous]) @if ($commentTree->enabled()) @if(($previous || $next))

@endif @endif @stop @section('left') @if($page->tags->count() > 0)
@include('entities.tag-list', ['entity' => $page])
@endif @if ($page->attachments->count() > 0)
{{ trans('entities.pages_attachments') }}
@include('attachments.list', ['attachments' => $page->attachments])
@endif @if (isset($pageNav) && count($pageNav)) @endif @include('entities.book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree]) @stop @section('right')
{{ trans('common.details') }}
{{ trans('common.actions') }}
@stop