mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-05 16:39:42 +00:00
2215e0a894
It's hideous though, sorry
11 lines
245 B
HTML
11 lines
245 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
|
|
<div id="content">
|
|
<div class="comment-thread">
|
|
{% include 'snippets/thread.html' with status=status depth=0 max_depth=6 is_root=True direction=0 %}
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|