7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
.avatar
|
|
if user.avatar_file
|
|
img(src="/usercontent/images/" + user.avatar_file)
|
|
else
|
|
.noavatar
|
|
i.fa.fa-fw.fa-user
|