{{-- LEGACY LAYOUT — 2-column (main + fixed right sidebar) --}} {{-- Used by: members with use_new_layout = false --}}
{{-- MAIN CONTENT: media + navigation + metadata + comments --}}
{{ link.mainDisplay || link.main }}{{ (enable_item_slugs && item.slug) ? item.slug : item.id }}{{ link.suffix }}
@if(enable_item_title)
@if(item.title){!! item.title !!}@elseif(can_manage_item)Add a title@endif @if(can_manage_item) @endif
@endif
@include(snippets/item-media)
@if(session || !hide_comments_from_public)
@if(item.is_comments_locked && !is_mod_or_admin)
🔒 Comments are disabled on this thread.
@else
@endif
@endif
{{-- RIGHT SIDEBAR: recent activity (fixed to viewport) --}}
@include(snippets/info-modal)