title = "Sign In" url = "/sign_in/:origin*/:slug" layout = "acct" description = "" hidden = "0" [account] paramCode = "code" redirect = {{ :origin }} ==
{% if user %}

Whoops!

You are already signed in :)

{% else %}

Welcome back!

{% component 'account' %}

Create an account

Forgotten password?

{% endif %}