{{ thread.title }}
{{ thread.body }}
{% if thread.attachments %}{% extends "base.html" %}
{% block title %}{{ thread.title }} — {{ bbs.site.name }}{% endblock %}
{% block breadcrumb %}
/
{{ bbs.site.name }}
/
{{ board.name }}
/
{{ thread.title }}
{% endblock %}
{% block content %}
{{ thread.body }}{{ thread.title }}
Loading replies...