{% load static %} {# Snippet to prevent clickjacking. Taken from https://www.codemagi.com/blog/post/194 #} NEMO - NanoFab Equipment Management and Operations website

Welcome to the NanoFab Equipment Management & Operations website

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