{% 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" %}
{% comment %} DRY stat-face — see `core/_partials/_stat_face.html`. JS- populated; keyword ul carries id for stage-card.js's populateKeywords opts override (game-kit.js passes uprightSel/reversedSel pointing at these IDs). {% endcomment %} {% include "core/_partials/_stat_face.html" with face_modifier="upright" label_text="Emanation" keywords_ul_id="id_fan_stat_upright" %} {% include "core/_partials/_stat_face.html" with face_modifier="reversed" label_text="Reversal" keywords_ul_id="id_fan_stat_reversed" %} {% 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 %}