// this file was automatically generated by the Flitter framework
html
head
title #{T('welcome')} | #{_app.name}
if user
script.
window.location.href = '/auth/login'
else
window.location.href = '/app'