{% extends "base.html" %} {% block title %} Log in to Fix Inventory {% endblock %} {% block content %} Log In {% if error %} {{ error }} {% endif %} Email Address Password Log in {% endblock %}