Files
gpatruno 836499d10d
Build / build (push) Has been cancelled
selector and web
2026-06-07 00:35:18 +02:00

10 lines
349 B
Plaintext

<%- include('../partials/page-start') %>
<%- include('../partials/page-header', { title: player.display_name, subtitle: 'Profil joueur' }) %>
<%- include('../partials/player-card', { player, group, comingSoon: false }) %>
<p class="back-link"><a class="link" href="/players">← Retour à la liste</a></p>
<%- include('../partials/page-end') %>