work.suroh.tk/node_modules/@11ty/eleventy/test/stubs/pagination-templatecontent/index.njk

9 lines
144 B
Plaintext
Raw Normal View History

2019-12-02 12:22:45 +00:00
---
pagination:
data: collections.post
size: 5
alias: posts
---
{%- for post in posts -%}
{{ post.templateContent | safe }}
{%- endfor -%}