#{get 'moreStyles' /}
#{get 'moreScripts' /}
play framework booking demo
#{if user?.id}
Connected as ${user.username} |
Search
|
Settings
|
Logout
#{/if}
#{if flash.error}
${flash.error}
#{/if} #{if flash.success}
${flash.success}
#{/if} #{doLayout /}