{% extends "base.html" %} {% block title %}Tracked Threads — Multithreaded{% endblock %} {% block head %}{% endblock %} {% block header %}{% include "partials/site_header.html" %}{% endblock %} {% block content %}
| Thread | Community | New |
|---|---|---|
| {% if t.has_mention %}@ {% endif %} {{ t.thread_title }} | {{ t.community_name }} | {% if t.unread_count > 0 %} {{ t.unread_count }} new {% else %} — {% endif %} |