{{ thread.title }}
{{ thread.summary }}
{{ service.contributions_for_thread(thread.id)|length }}{% if service.contributions_for_thread(thread.id)|length == 1 %}{{ ui.post_singular }}{% else %}{{ ui.post_plural }}{% endif %}
{% extends "base.html" %}
{% block title %}{{ category.title }} · {{ site.title }}{% endblock %}
{% block canonical %}/categories/{{ category.id }}/{% endblock %}
{% block description %}{{ category.description }}{% endblock %}
{% block content %}
{{ category.kind }} board {{ category.description }}{{ category.title }}
{{ thread.summary }}
Nothing has been recorded here yet.
{% endfor %}