{% load static %} {% block title %}{% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block scripts %} {% endblock scripts %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% block content %} {% endblock content %}
{{ redirect_to_login_immediately }}