{% extends "base.html" %} {% block title %}Sign in ยท {{ site.title }}{% endblock %} {% block content %} Sign in {{ site.index_subtitle }} {% if error %} {{ error }} {% endif %} Email Password Sign in {% endblock %}
{{ site.index_subtitle }}
{{ error }}