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 %}