dragon_fire/www/templates/ajax/folder_listing.html

4 lines
88 B
HTML
Raw Normal View History

2024-02-12 23:07:58 +01:00
{% for post in subposts %}
{{ include('ajax/folder_listing_entry.html') }}
{% endfor %}