{# The sign-in page (spec ยง3.3). Renders inside the layout for the stylesheet's sake, but replaces the masthead with nothing: its navigation would lead only to pages this visitor cannot open yet, and its Sign out button is meaningless to someone who is not signed in. #} {% extends "base.html" %} {% block title %}Sign in · mcp-api-gateway{% endblock %} {% block body_class %}page--centred{% endblock %} {% block masthead %}{% endblock %} {% block content %}

mcp-api-gateway

{% if error %}{% endif %}
{% endblock %}