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

Welcome to the {{ site_title }} website

{% csrf_token %}
{% button style="width: 100%;" type="save" value="Log in" icon="glyphicon-log-in" %}
{% if user_name_or_password_incorrect %}
The username or password was not valid.
{% endif %} {% if login_banner %}
{{ login_banner|safe }}
{% endif %} {% include 'base/footer.html' %}