{% extends "layout.html" %}
{% block title %}{% trans %}Home{% endtrans %}{% endblock %}
{% block toptext %}
{% trans %}This is the Federated Open Authentication provider homepage.{% endtrans %}
{% endblock %}
{% block body %}
{% if error %}
{% trans %}ERROR: {% endtrans %}{{error}}
{% endif %}
{% trans %}You will be redirected to this application whenever another application requires you to authenticate.{% endtrans %}
{% endblock %}