{% include "apps/applets/_partials/_gear.html" with menu_id="id_game_applet_menu" %}
{% include "apps/gameboard/_partials/_applets.html" %}
{% endblock content %}
{% block scripts %}
{# note.js exposes window.Brief — used by the My Sea applet's sign-gate #}
{# Brief partial (`_my_sea_sign_gate_brief.html`) when the user has no #}
{# saved significator. Page-level load so the partial doesn't risk a #}
{# re-declaration SyntaxError (note.js uses `const Brief = ...`). #}
{% endblock scripts %}