{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Leaderboard

{% if user_rank %} Your rank: #{{ user_rank }} {% endif %}

Ranked by total stars earned across posts, projects, and gists.

    {% for entry in entries %} {% else %}
  1. No ranked contributors yet. Earn stars on your posts, projects, and gists to appear here.
  2. {% endfor %}
{% endblock %}