forked from rDrama/rDrama
1
0
Fork 0
retarD/files/templates/leaderboard.html

6 lines
144 B
HTML

{% extends "settings2.html" %}
{% block pagetitle %}Leaderboard{% endblock %}
{% block content %}
{{leaderboard_cached | safe}}
{% endblock %}