Topics
Browse posts by topic.
{% for t in topics %}
{% set _href = "/topics/" ~ t.key %}
{% set _label = t.label %}
{% include "_card_link.html" %}
{{ t.label }}
{{ t.post_count }} post{{ 's' if t.post_count != 1 else '' }}
{% endfor %}
{% endblock %}