{{-- 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(item.is_comments_locked && !is_mod_or_admin)
πŸ”’ Comments are disabled on this thread.
@elseif(session && session.is_anon && !anon_permissions.comment)
πŸ”’ Anonymous comments are disabled.
@else
@endif
@endif @if(session) @endif
{{-- MAIN CONTENT: media + navigation + metadata --}}
{{ 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)
{{-- RIGHT SIDEBAR: recent activity --}}
@include(snippets/info-modal)