Files
fedora-infra_ansible/roles/ipsilon/files/templates/index.html
2017-03-03 01:05:28 +00:00

8 lines
263 B
HTML

{% extends "master-user.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 %}