//- vim:ts=4:sw=4: doctype html html head include head title= SITE_NAME body include header article h1= SITE_NAME p Welcome, #{user.name}! p Your mail address is #{user.mail} if user.notify p Disable mail notifications else p Enable mail notifications p | Change password br | Change mail address br | Change user name br | Change profile text p Chat log p form(action="/logout" method="post") button(type="submit") Logout