tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

12 lines
216 B
Plaintext

---
title: My index page
pagination:
data: collections.foos
size: 12
---
{% for foo in pagination.items -%}
{{ foo.data.title }}
{% endfor -%}
{% for bar in collections.bars -%}
{{ bar.data.title }}
{% endfor -%}