2019-03-28 16:16:51 +01:00
|
|
|
extends base_html
|
2019-03-20 16:52:01 +01:00
|
|
|
|
2019-03-27 09:35:11 +01:00
|
|
|
block extracss
|
|
|
|
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.1/css/all.css", integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf", crossorigin="anonymous")
|
|
|
|
|
2019-03-20 16:52:01 +01:00
|
|
|
block content
|
|
|
|
section.section
|
|
|
|
.container
|
2019-03-26 15:07:36 +01:00
|
|
|
if running
|
2019-03-28 11:36:32 +01:00
|
|
|
#running
|
|
|
|
.columns.is-centered
|
|
|
|
.column.is-3.is-desktop
|
|
|
|
h5.title.is-5 Some battles are running
|
|
|
|
span#dots ...
|
|
|
|
else
|
|
|
|
#running(style="display:none")
|
|
|
|
.columns.is-centered
|
|
|
|
.column.is-3.is-desktop
|
|
|
|
h5.title.is-5 Some battles are running
|
|
|
|
span#dots ...
|
2019-03-20 16:52:01 +01:00
|
|
|
.columns.is-centered
|
|
|
|
.column.is-narrow.is-desktop
|
2019-03-28 11:36:32 +01:00
|
|
|
#leaderboard
|
|
|
|
include leaderboard
|
2019-03-20 16:52:01 +01:00
|
|
|
|
2019-03-27 09:12:49 +01:00
|
|
|
.columns.is-centered
|
|
|
|
.column.is-narrow.is-desktop
|
2019-03-28 11:36:32 +01:00
|
|
|
#battles
|
|
|
|
include battles
|
2019-03-20 16:52:01 +01:00
|
|
|
|
|
|
|
|
2019-03-28 11:36:32 +01:00
|
|
|
block extrajs
|
|
|
|
script(src="static/main.js")
|