<div class="sidebar">
<div class="sidebar-links">
<div class="sidebar-group">
<a href="/lobby" class="sidebar-link {{ app.request.pathInfo starts with '/lobby' ? 'active' }}">
<svg class="icon">
<use href="./assets/icons/icons.svg#slots-icon"></use>
</svg>
Slots
</a>
<a href="/tournaments" class="sidebar-link {{ app.request.pathInfo starts with '/tournaments' ? 'active' }}">
<svg class="icon">
<use href="./assets/icons/icons.svg#tournament-icon"></use>
</svg>
Турниры
</a>
<a href="/bonus" class="sidebar-link {{ app.request.pathInfo starts with '/bonus' ? 'active' }}">
<svg class="icon">
<use href="./assets/icons/icons.svg#bonus-icon"></use>
</svg>
Бонусы
</a>
<a href="/referral" class="sidebar-link {{ app.request.pathInfo starts with '/referral' ? 'active' }}">
<svg class="icon">
<use href="./assets/icons/icons.svg#referal-icon"></use>
</svg>
Рефералы
</a>
<a href="/faq" class="sidebar-link {{ app.request.pathInfo starts with '/faq' ? 'active' }}">
<svg class="icon">
<use href="./assets/icons/icons.svg#question-icon-round"></use>
</svg>
Помощь
</a>
<a href="/support" target="_blank" class="sidebar-link {{ app.request.pathInfo starts with '/support' ? 'active' }}">
<svg class="icon">
<use href="./assets/icons/icons.svg#support-icon"></use>
</svg>
Поддержка
</a>
</div>
<div class="sidebar-group">
<a href="/mines" class="sidebar-link {{ app.request.pathInfo starts with '/mines' ? 'active' }}">
<svg class="icon">
<use href="./assets/icons/icons.svg#mine-icon"></use>
</svg>
Mines
</a>
<a href="/dice" class="sidebar-link {{ app.request.pathInfo starts with '/dice' ? 'active' }}">
<svg class="icon">
<use href="./assets/icons/icons.svg#dice-icon"></use>
</svg>
Dice
</a>
</div>
</div>
<div class="sidebar-footer">
<div class="sidebar-footer-wrapper">
<img src="./assets/icons/little-logo.svg" alt="" />
<p>2025, FlashBet.</p>
</div>
<p>All rights reserved</p>
<a href="/terms">Соглашение</a>
</div>
</div>