{{ thread.author.handle }}
{{ thread.created_at | datetime }}
{% if g.user and g.user.did == thread.author.did %}
{% endif %}
{{ thread.title }}
{{ thread.body }}
{% 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.author.handle }}
{{ thread.created_at | datetime }}
{% if g.user and g.user.did == thread.author.did %}
{% endif %}
{{ thread.title }}
Loading replies...