{% include "apps/applets/_partials/_gear.html" with menu_id="id_game_kit_menu" %}
{% include "apps/gameboard/_partials/_game_kit_applet_menu.html" %}
{% include "apps/gameboard/_partials/_game_kit_sections.html" %}
{% comment %}
Tooltip portal scaffolds for the gk-decks card-stack icons — `gameboard.js`'s
`initGameKitTooltips()` positions deck tooltips into `#id_tooltip_portal` +
the Equipped / Not Equipped status into `#id_mini_tooltip_portal` (text-only
mini). Mirrors the gameboard.html main page's portal pattern verbatim so the
deck row reads identically on /gameboard/ + /gameboard/game-kit/.
{% endcomment %}
{% endblock content %}
{% block scripts %}
{# Brief.showBanner — needed for the Baltimorean Note-unlock banner the #}
{# pronouns applet fires on first `bawlmorese` selection. #}
{# gameboard.js for `initGameKitTooltips()` — the gk-decks section's #}
{# `#id_game_kit` wrapper + `.token deck-variant` icons hook into its #}
{# hover-portal + DON/DOFF wiring. game-kit.js still owns the carousel #}
{# (fan modal) — clicking the icon opens the fan via .gk-deck-card. #}
{% endblock scripts %}