mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-25 16:42:00 +00:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
ul
|
|
- articles.forEach(function(article) {
|
|
li
|
|
a(href="/articles/" + encodeURIComponent(article.title))= article.title
|
|
- }); |