mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-25 16:42:00 +00:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
h1 Users
|
|
|
|
p
|
|
a(href="/users/new") Create new profile
|
|
|
|
ul
|
|
- for(var username in users) {
|
|
li
|
|
a(href="/users/" + encodeURIComponent(username))= users[username].name
|
|
- }; |