Files
HytaleMMORPG/Webapp/views/players/profile.ejs
T
gpatruno 48a1b900c7
Build / build (push) Has been cancelled
webapp
2026-06-06 21:59:51 +02:00

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') %>