{% extends "base.html" %} {% block content %} Login Right now this is just a tiny auth wall so only I can post. {% if error %} {{ error }} {% endif %} Username Password Sign in Back {% endblock %}
Right now this is just a tiny auth wall so only I can post.