//- vim:ts=4:sw=4:
doctype html
html
head
include head
title= SITE_NAME
body
include header
article
h1= SITE_NAME
a(href="https://gravatar.com/"): img.avatar(src=avatar)
p Welcome, #{user.name}!
p Your mail address is #{user.mail}
br(clear="left")
if user.notify
p Disable mail notifications
else
p Enable mail notifications
p Change password
p Change mail address
p Change user name
p Change profile text
p Chat log
p Logout