{% extends "base.html" %} {% block title %}Sign in ยท sagittarius{% endblock %} {% block content %}
sagittarius {% if let Some(notice) = notice %}

{{ notice }}

{% endif %} {% if let Some(error) = error %} {% endif %}
{% endblock %}