From fd3ff4680437dfecf2cb6a1c2804797d219f5b4a Mon Sep 17 00:00:00 2001 From: Mathew Sir Guest the best Date: Wed, 6 May 2026 22:58:00 -0600 Subject: [PATCH] fix: add active_page block to game template Matches the active nav pattern from base.html updates. Co-Authored-By: Claude Opus 4.6 --- templates/game.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/game.html b/templates/game.html index 4b5a7e8..edb3b39 100644 --- a/templates/game.html +++ b/templates/game.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% block active_page %}{% set active_page = "play" %}{% end %} + {% block title %}Word Search — Play{% end %} {% block content %}