{% extends "home.html"%} {% block title %}Login{% endblock %}

Welcome to 3Bot

{% block content %}
You tried to access a protected web page, and that action requires you to login using one of our supported idenitifications services listed below.
{% for provider in providers%} {{provider}} {% endfor %} Log in via TF Connect
{% endblock %}