[[- 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 ]]
create project
[[ 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 ]]