@if(session)
@if(session.use_new_layout)
@include(item-partial-modern)
@else
@include(item-partial-legacy)
@endif
@else
@if(default_layout === 'legacy')
@include(item-partial-legacy)
@else
@include(item-partial-modern)
@endif
@endif
@include(snippets/footer)