mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-23 01:29:08 +00:00
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
---
|
|
pagination:
|
|
data: collections.post
|
|
size: 5
|
|
alias: posts
|
|
---
|
|
{%- for post in posts -%}
|
|
{{ post.templateContent | safe }}
|
|
{%- endfor -%} |