{% extends "core/base.html" %} {% load static %} {% block title_text %}Game Sea{% endblock title_text %} {% block header_text %}GameSea{% endblock header_text %} {% block content %}
{% if not user_has_sig %} {# Sprint 4b sign-gate. The draw UX is gated behind a saved #} {# significator — render a Look!-formatted Brief-style line w. #} {# FYI (→ /billboard/my-sign/) + BACK (→ /gameboard/) until the #} {# user picks a sign. Inline (not portaled like .note-banner) #} {# because the gate IS the page content, not a transient nudge. #}

Look!—pick your sign before drawing the Sea.

{% else %} {# Sprint 3 shell — gatekeeper / sig-select / sea-select phases #} {# will land here in later sprints of the My Sea roadmap. #}

No draws yet—the depths remain unfathomable.

{% endif %}
{% endblock content %}