this will appear on every page, so I guess I use placeholders in the template, but putting "[+user.username+]" displays nothing. what am i doing wrong?
if user is logged in {
display "Welcome Username!"
display Users Pic
} else {
display "Hi, why not register.."
}