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

12
views/halls-partial.html Normal file
View File

@@ -0,0 +1,12 @@
<div class="container" style="padding-top: 20px;">
<h3 style="text-align: center;">{{ t('nav.halls') }}</h3>
<div class="tags-grid no-infinite-scroll" id="halls-container">
@include(hall-cards)
</div>
</div>
<div class="pagination-container-fluid" @if(typeof hidePagination !=='undefined' && hidePagination) style="display: none;" @endif>
<div class="pagination-wrapper bottom-pagination fixed-pagination">
@include(snippets/pagination)
</div>
</div>