mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 17:12:33 +00:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
ul
|
|
- articles.forEach(function(article) {
|
|
li
|
|
a(href="/articles/" + encodeURIComponent(article.title))= article.title
|
|
- }); |