{% extends "layout.html" %} {% block title %}Log in{% endblock %} {% block body_class %}login_page{% endblock %} {% block body %}

Log in

Please log in to access {{ __tool_name }}. If you do not have an account, you can request one.

You can also install your own 4CAT instance. See the installation page on the GitHub wiki.

{% for notice in flashes %}

{{notice}}

{% endfor %}
{% endblock %}