{{ character_detail.name }}
UID {{ uid }}
Lv.{{ character.level }}
{% include 'starrail/player_card/skills.html' %}
{% include 'starrail/player_card/stats.html' %}
{% if weapon != none %}
{% include 'starrail/player_card/weapon.html' %}
{% endif %}
{% include 'starrail/player_card/score.html' %}