{%extends "notes/base.html"%} {%block content%}

DomeCode Leaderboard - Top 100

This is DomeCode Leaderboard's Top 100. You can earn points by attempting question in the Quiz module and/or attempting problems in the Practice Module. Have fun!
    {%for profile in profile%}
  1. {{profile.user.username}} - {{profile.domes}} Domes

  2. {%endfor%}
{%endblock content%}