ansible/roles/ipsilon/files/templates/index.html

8 lines
258 B
HTML
Raw Normal View History

{% extends "layout.html" %}
{% block toptext %}
This is the Federated Open Authentication provider homepage.
{% endblock %}
{% block main %}
You will be redirected to this application whenever another application requires you to authenticate.
{% endblock %}