{% extends "layout.html" %} {% block maintitle %} 401 - Unauthorized {% endblock %} {% block main %} {% if message: %}

{{ message }}

{% else %}

Authentication was not succesful

{% endif %}

Try to login again

{% endblock %}