4 lines
98 B
HTML
4 lines
98 B
HTML
|
|
||
|
{% for post in page.child_posts %}
|
||
|
{{ include('ajax/compact_filelist/entry.html') }}
|
||
|
{% endfor %}
|