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 -%}
|