{% extends layout_template %} {% block title %}Sign in{% endblock %} {% block content %} {% if app.user %}

Hello, {{ app.user.displayName }}.

Sign out

{% else %} {% if error %}
{{ error|nl2br }}
{% endif %}
{% if allowRememberMe %}
{% endif %}
{% endif %} {% endblock %}