mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-23 01:29:08 +00:00
12 lines
216 B
Plaintext
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 -%}
|