{% include "explorer/header.html" %}
{% if not thread %}
{% include "explorer/annotations.html" %}
{% endif %}
{% include "explorer/nav-pages.html" %}
{% for post in posts %}
{% include "explorer/post.html" %}
{% endfor %}
{% include "explorer/nav-pages.html" %}