forked from mirrors/bookwyrm
9 lines
198 B
HTML
9 lines
198 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
|
|
<div class="block">
|
|
{% include 'snippets/thread.html' with status=status depth=0 max_depth=6 is_root=True direction=0 %}
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|