<% layout('main.eta') %>
<% for (const player of it.players) { %> <% } %>
<%= player.ranking %> <%~ player.flag %><%= ' ' + player.username %> <%= Math.round(player.elo) %> ELO
<%~ include('pagination.eta', { page_num: it.page, max_pages: it.max_pages, url_formatter: (num) => `/leaderboard/page-${num}/` }) %>