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