This app is just a demo to show how to build a Google App Engine application using Play as application framework.
It is really inspired from the Ta-da Lists application from 37Signals. If you like the idea, please use the real Ta-da Lists, not this one !!
#{if user}
You're logged as ${user}, Logout
#{/if} #{if flash.error}

${flash.error}

#{/if} #{if flash.success}

${flash.success}

#{/if}
#{doLayout /}