2021-10-30 21:39:21 +02:00
|
|
|
<nav>
|
2021-11-13 20:58:00 +01:00
|
|
|
<a href="/" class="logo"></a>
|
2021-10-30 21:39:21 +02:00
|
|
|
|
2021-11-04 21:33:42 +01:00
|
|
|
<a href="/maps" class="{{ "current" if options.currentSection == "maps" }}">Maps</a>
|
|
|
|
<a href="/leaderboards" class="{{ "current" if options.currentSection == "leaderboards" }}">Leaderboards</a>
|
2021-11-13 20:12:01 +01:00
|
|
|
<a href="/players" class="{{ "current" if options.currentSection == "players" }}">Players</a>
|
2021-10-30 21:39:21 +02:00
|
|
|
</nav>
|