feat(nav): Implement SPA navigation for main menu and rules

This commit is contained in:
2025-11-19 22:53:41 +01:00
parent 6b760ccb07
commit ce9283e506
6 changed files with 59 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
@(user: Option[model.users.User])
@main("Rules") {
@navbar(user)
<main class="lobby-background flex-grow-1">
@@ -177,4 +175,3 @@
</div>
</div>
</main>
}