{% extends "_base.html" %} {% block header %}

Kemoverse

Track your luck. Compare your pulls. Compete with friends.

{% endblock %} {% block content %}

🎖️ Leaderboard: Most Rolls

{% for player in top_players %}
{{ loop.index }}. {{ player['username'] }} — {{ player['pull_count'] }} rolls
{% else %}

No pulls yet. Be the first to roll!

{% endfor %}
🚀 This is a fun little gacha tracker! More features coming soon. Want to help shape it?
{% endblock %}