init f0ckm

This commit is contained in:
2026-04-25 19:51:52 +02:00
commit b646107eb7
241 changed files with 70364 additions and 0 deletions

13
views/item-partial.html Normal file
View File

@@ -0,0 +1,13 @@
@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