From 492a9e7ae1b50bd2e46daf589a6e52388703ec7e Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Thu, 10 Oct 2024 08:16:44 +0200 Subject: Render leaderboard template from clients data --- rust/templates/leaderboard.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 rust/templates/leaderboard.html (limited to 'rust/templates') diff --git a/rust/templates/leaderboard.html b/rust/templates/leaderboard.html new file mode 100644 index 0000000..f062323 --- /dev/null +++ b/rust/templates/leaderboard.html @@ -0,0 +1,16 @@ + + + + + Leaderboard + + + + + + {{#each this.clients}} + + {{/each}} +
NameGrade
{{this.name}}{{this.grade}}
+ + -- cgit v1.2.3