{% extends "core/base.html" %} {% load static %} {% block title_text %}Game Kit{% endblock title_text %} {% block header_text %}GameKit{% endblock header_text %} {% block content %}
{% 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" %}
{# Sprint A.7.5 — match the my_sign / sea_stage stat-block shape: #} {# `.stat-face-header` w. chip + EMANATION/REVERSAL label, then #} {# `.stat-face-title` + `.stat-face-arcana` (the carousel stat #} {# block previously had only the keyword list; for image-mode #} {# decks the stat block is the only home for textual metadata). #} {# All four — chip rank, chip icon, title, arcana — populated by #} {# stage-card.js's populateStatExtras on each card focus change. #}

Emanation

    Reversal

      {% include "apps/gameboard/_partials/_sig_fyi_panel.html" with panel_id="id_fan_fyi_panel" panel_extra_attrs='style="display:none"' %}
      {% endblock content %} {% block scripts %} {# Brief.showBanner — needed for the Baltimorean Note-unlock banner the #} {# pronouns applet fires on first `bawlmorese` selection. #} {% endblock scripts %}