DTP Social Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
604 B

extends ../layouts/main
block content
include ../comment/components/comment
section.uk-section.uk-section-default
.uk-container
div(uk-grid)
.uk-width-auto
+renderProfileIcon(user, user.displayName || user.username, 'large')
.uk-width-expand
h1= user.displayName || user.username || user.email
p Welcome to #[+renderSiteLink()]. This app/site really doesn't do anything at all other than provide everything needed for building distributed communities of web applications that all talk to each other and share information in new and easy ways.