{% extends 'saasify_base.html' %} {% block content %}

Sign in (or sign up)

{{ form.hidden_tag() }}
{{ form.email(size=20, class="form-control", placeholder="koen@koen.com", autofocus="autofocus", autocomplete="off") }} {{ form.email.label }}

By clicking the button above you agree with the EULA.

{% endblock %}