{% extends "base.html" %} {% block title %}Log In - Makenotwork{% endblock %} {% block body_attrs %} class="centered-page"{% endblock %} {% block content %}

Makenot.work

{% if let Some(note) = notice %}
{{ note }}
{% endif %}
{% if let Some(msg) = error %}
{{ msg }}
{% endif %}
{% if sso_enabled %}

Log in

Sign in with Makenot.work
{% else %}
{% if let Some(token) = csrf_token %}{% endif %}

Log in

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}