This login page is actually located at /example/app/login/index
You are seeing it here, because we're using $goto with the static option enabled. This renders the login page, without changing the URL in the browser.
On submit, we're "redirected" to the current URL in your browser.