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