diff --git a/trivia/templates/index.html b/trivia/templates/index.html index 9590d18..7e52451 100644 --- a/trivia/templates/index.html +++ b/trivia/templates/index.html @@ -3,8 +3,86 @@ Index + + + + + + + {% for i in range(scoreCount) %} + + {% endfor %} + + + + {% for team in teams %} + + + + {% for score in team.scores %} + + {% endfor %} + + {% endfor %} + +
RankTeam Name{{ i + 1 }}
{{ range(1, teams | length) | random }}{{ team.name }}{{ score }}
+ \ No newline at end of file