[[- include partials/header ]]
[[ if (profile.photo && profile.photo.length) { ]]
[[ } else { ]]
[[ } ]]
[[- profile.displayName ]]
[[ if (profile.location) { ]]
[[- profile.location ]]
[[ } ]]
[[ if (profile.website && profile.website.length) { ]]
[[- profile.website ]]
[[ } ]]
[[ if (profile.twitterName && profile.twitterName.length) { ]]
@[[- profile.twitterName ]]
[[ } ]]
[[ if (projects.length) { ]]
[[- profile.username ]] has [[- projects.length ]] project[[- projects.length != 1 ? "s" : "" ]]
[[ include projects/list-projects ]]
[[ } else { ]]
Welcome to VVALLS
VValls lets you create awesome 3D rooms.
[[ if (isOwnProfile) { ]]
You don't have any projects yet.
[[ } else { ]]
This person has no projects.
[[ } ]]
[[ } ]]
[[ include partials/edit-profile ]]
[[ include projects/layouts-modal ]]
[[ include projects/edit-project ]]
[[ include partials/sign-in ]]
[[ include partials/confirm-modal ]]
[[ include partials/footer ]]
[[ include partials/scripts ]]