Official X
[% _.each(contents, function(content) { %]
[%= content.formattedDate.year %]
[%= content.formattedDate.month %]
.
[%= content.formattedDate.day %]
[%= content.title %]
[% }); %]
Prev
[% _.each(pager.buttons, function(page) { %]
[% if (page === -1) { %]
...
[% } else { %]
[%= page %]
[% } %]
[% }); %]
Next