{% extends "core/base.html" %}
{% load static %}
{% block title_text %}Game Sea{% endblock title_text %}
{% block header_text %}<span>Game</span><span>Sea</span>{% endblock header_text %}
{% block content %}
<div class="my-sea-page">
{# Sprint 3 shell only — gatekeeper / sig-select / sea-select phases #}
{# will land here in later sprints of the My Sea roadmap. #}
<p class="my-sea-page__empty">No draws yet—the depths remain unfathomable.</p>
</div>
{% endblock content %}