{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
← All topics

{{ topic_label }} posts

{% for item in posts %} {% set _author = item.author %}{% set _time = item.time_ago %}{% set _show_share = true %}{% set _show_comment_form = true %}{% include "_post_card.html" %} {% else %}
No {{ topic_label.lower() }} posts yet.
{% endfor %}
{% include "_load_more.html" %}
{% endblock %}