{% with title="Sign In"%} {% include "header.html"%} {% endwith %} {% include "navbar.html" %}

Sign In

{% if message != ""%}
{{ message }}
{% endif %}
{% include "footer.html" %}