@extends($_viewFrame) @section('pageTitleMain'){{$post['title']}}@endsection {!! \ModStart\ModStart::styleFile('public/vendor/Cms/asset/cms.css') !!} {!! \ModStart\ModStart::scriptFile('public/vendor/Cms/asset/cms.js') !!} @section('bodyContent')
{{-- @if($post['status']!==\Module\Cms\Type\NoteStatus::VERIFY_PASS)--}} {{--
当前文章正在审核
--}} {{-- @endif--}}

{{$post['title']}}

@if($post['isOriginal']) 原创 @endif @if(!empty($post['tags'])) @foreach($post['tags'] as $tag) {{$tag}} @endforeach @endif 更新:{{$post['created_at']}}
{!! $post['contentHtml'] !!}
@if(0)
举报 © 著作权归作者所有
@endif
@include('module::Vendor.View.public.shareButtons')
@if(0)
@endif @if(!empty($post['_memberUser']))
{{$post['_memberUser']['username'] or '[无用户]'}}
写了 {{$post['_memberUser']['cmsWordCount'] or 0}} 字
{{$post['_memberUser']['signature'] or 'Ta没有介绍内容'}}
@endif
@if(0)
@include('module::MemberComment.View.pc.public.comment',['biz'=>'post','bizId'=>$post['id']])
@endif @endsection