{% extends "base.html" %} {% block title %}Sign in - MCP{% endblock %} {% block content %}

MCP

Sign in

{% if !error.is_empty() %}

{{ error }}

{% endif %}

No account yet? Create one.

{% endblock %}