diff --git a/views/html/index_html.pug b/views/html/index_html.pug
index 4344a7b..423b70a 100644
--- a/views/html/index_html.pug
+++ b/views/html/index_html.pug
@@ -21,12 +21,12 @@ block content
.columns.is-centered
.column.is-narrow.is-desktop
#leaderboard
- include leaderboard
+ include leaderboard_html
.columns.is-centered
.column.is-narrow.is-desktop
#battles
- include battles
+ include battles_html
block extrajs