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

9 lines
144 B
Plaintext

---
pagination:
data: collections.post
size: 5
alias: posts
---
{%- for post in posts -%}
{{ post.templateContent | safe }}
{%- endfor -%}