{% extends "core/base.html" %} {% load static %} {% block title_text %}Game Sea{% endblock title_text %} {% block header_text %}GameSea{% endblock header_text %} {% block content %} {# note.js exposes window.Brief — needed by BOTH the no-sig branch's #} {# sign-gate Brief partial AND the with-sig branch's Default-deck + #} {# Free-draw-locked Briefs. Hoisted out of the branches so it loads #} {# exactly once regardless of which path the user is on (note.js #} {# declares `const Brief = ...` at global scope — a second load would #} {# SyntaxError on re-declaration). #}