{% extends "layout.html" %}
{% block title %}{% trans %}Home{% endtrans %}{% endblock %}
{% block toptext %}
{% trans %}This is the FAS-OpenID homepage.{% endtrans %}
{% endblock %}
{% block body %}
{% trans %}You will be redirected to this application whenever another application requires you to authenticate with you Fedora OpenID.{% endtrans %}
{% endblock %}