1
0
Fork 0
bookwyrm/bookwyrm/templates/status.html

10 lines
198 B
HTML
Raw Normal View History

2020-03-07 15:28:11 -08:00
{% extends 'layout.html' %}
{% block content %}
2020-09-29 15:05:50 -07:00
<div class="block">
{% include 'snippets/thread.html' with status=status depth=0 max_depth=6 is_root=True direction=0 %}
2020-03-07 15:28:11 -08:00
</div>
{% endblock %}