fix: add active_page block to game template

Matches the active nav pattern from base.html updates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mathew Sir Guest the best
2026-05-06 22:58:00 -06:00
co-authored by Claude Opus 4.6
parent 2ee8afe582
commit fd3ff46804
+2
View File
@@ -1,5 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block active_page %}{% set active_page = "play" %}{% end %}
{% block title %}Word Search — Play{% end %} {% block title %}Word Search — Play{% end %}
{% block content %} {% block content %}