{% load static %} {# Snippet to prevent clickjacking. Taken from https://www.codemagi.com/blog/post/194 #} {{ title }} Login

Welcome to {{ title }}

{% csrf_token %}
{% if user_name_or_password_incorrect %}
The user name or password was not valid.
{% endif %}