{% extends "base.html" %} {% block content %}

Login

Right now this is just a tiny auth wall so only I can post.

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