mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
10 lines
433 B
HTML
10 lines
433 B
HTML
{% load closedverse_tags %}{% load closedverse_community %}<div class="list post-list js-post-list" data-next-page-url="{% if next %}?offset={{ next }}{% if time %}&offset_time={{ time|urlencode }}{% endif %}{% endif %}">
|
|
{% if posts %}
|
|
{% for post in posts %}
|
|
{% community_post post type %}
|
|
{% endfor %}
|
|
{% else %}
|
|
{% if nf %}{% nocontent nf %}{% else %}{% nocontent "The posts couldn't be loaded." %}{% endif %}
|
|
{% endif %}
|
|
</div>
|