#{extends 'main.html' /}
#{set title:'Home' /}
#{if flash.error}
${flash.error}
#{/if}
#{if me}
My Tasks
Hola! ${me.get("name").asString}
Chat Rooms Created By You
#{if u.joinedChatRooms.size() > 0}
Chat Rooms You are invited to
#{/if}
#{/if}
#{else}
Facebook Login
#{/else}