mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-25 16:42:00 +00:00
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
h1 Articles
|
|
|
|
p
|
|
a(href="/articles/new") Create new article
|
|
|
|
p!= partial('articles/list', {articles: articles})
|
|
|
|
- if (page > 0) {
|
|
a(href="?page=" + (page - 1)) Previous
|
|
|
|
- }
|
|
|
|
- if (! lastPage) {
|
|
a(href="?page=" + (page + 1)) Next
|
|
- } |