{% extends 'layout.html' %} {% block head_meta %} {% endblock %} {% block head_tail%} {% endblock %} {% block body %}
{% if request.args.get('next') %}
To visit {{request.args.get('next')}} on this server you need to sign in.
{% endif %} {% if error %}
{{error}}
{% endif %} No account yet? Register here.
{% endblock %}