{% extends "introduction/base.html" %} {% load static %} {% block content %} {% block title %} Cryptographic Failure {% endblock %} {% if success %}

Successfully logged in as {{user.username}} {% else %}

LOG IN

{% if failure %}

Login Failed

{% endif %}
{% endif %}

{% endblock %}