mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +00:00
14 lines
188 B
Plaintext
14 lines
188 B
Plaintext
---
|
|
testdata:
|
|
sub:
|
|
- item1
|
|
- item2
|
|
- item3
|
|
- item4
|
|
- item5
|
|
- item6
|
|
- item7
|
|
- item8
|
|
---
|
|
<ol>{% for item in pagination.items %}<li>{{ item }}</li>{% endfor %}</ol>
|