started loading stats from gamechanger

This commit is contained in:
2022-06-10 08:26:02 -05:00
parent 00ca37f017
commit cd4257f13e
5 changed files with 90 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}
{% for id, stat_row in stats.items %}
<p>
{{ id }}: {{ stat_row }}
</p>
{% endfor %}
{% endblock %}