{% extends "auth/layout.html" %} {% block auth_header %}

Sign In

Connect using an existing account.

{% endblock %} {% block auth_content %} <{Form}> <{FormControl label="Email"}> {{ form.email.email(placeholder="you@domain.com", required=True) }} <{FormControl label="Password"}> {{ form.password.password(required=True) }}
<{LabeledCheckbox name="remember" value=1 label="Remember me"}/>
<{Link href=url_for("auth.forgot_password")}>Forgot your password?
<{Button type="submit" style="primary"}>Sign in {% endblock %}