mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-26 00:05:02 +00:00
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
|
|
extends layout
|
|
|
|
block content
|
|
each user in users
|
|
.user
|
|
h2= user.name
|
|
p.summary
|
|
| <a href="http://github.com/#{user.name}">#{user.name}</a> has
|
|
| <strong>#{user.repos.length}</strong> repositories
|
|
| with a total of <strong>#{user.totalWatchers}</strong> watchers.
|
|
table#repos
|
|
for repo in user.repos
|
|
include repo |