{% 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 idenitification services listed below.
{% for provider in providers%} {{provider}} {% endfor %} Login via ThreeFold Connect
{% endblock %}