{{-- MODERN LAYOUT — 3-column grid --}} {{-- Used by: guests (no session) + members with use_new_layout = true --}}
{{-- LEFT SIDEBAR: comments + tags --}}
@if(enable_xd_score && item.xd_score > 0)
{{ item.xd_label }} {{ item.xd_score }}
@endif @if(session || !hide_comments_from_public)
@if(session && !item.is_comments_locked)
@endif
@endif @if(session)
@if(can_manage_item) @endif
@endif
{{-- MAIN CONTENT: media + navigation + metadata --}}
{{ link.mainDisplay || link.main }}{{ item.id }}{{ link.suffix }}
@if(enable_item_title)
{!! item.title || '' !!}
@endif
@include(snippets/item-media)
{{-- RIGHT SIDEBAR: recent activity --}}