{% extends "layout.html" %} {% block title %}Login{% endblock %} {% block toptext %} {{ login_target }} is asking to authenticate using FedOAuth {% endblock %} {% block body %} Login with your credentials {% if error %}

{{error}}

{% endif %}

{% endblock %}