dragon_fire/www/templates/ajax/compact_filelist/listing.html

4 lines
98 B
HTML
Raw Normal View History

2024-08-24 13:09:28 +02:00
{% for post in page.child_posts %}
{{ include('ajax/compact_filelist/entry.html') }}
{% endfor %}