mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 00:52:11 +00:00
almost rebased
This commit is contained in:
5
chapter25/27_article_list_partial.jade
Normal file
5
chapter25/27_article_list_partial.jade
Normal file
@@ -0,0 +1,5 @@
|
||||
ul
|
||||
- articles.forEach(function(article) {
|
||||
li
|
||||
a(href="/articles/" + encodeURIComponent(article.title))= article.title
|
||||
- });
|
||||
Reference in New Issue
Block a user