{% extends "base.html" %} {% block ext_head %} {% endblock %} {% block title %} Molt Thread {% endblock %} {% block meta_author %}{{molt.author.display_name}}{% endblock %} {% block heading %} {% if referrer %}
Thread
{% else %} Thread {% endif %} {% endblock %} {% block body %} {% if molt.deleted %}
This molt has been deleted
{% else %} {% if molt.is_reply %}
{% with molt=molt.original_molt, recurse_parents=true, thread=true, is_parent=true, hide_border=true %} {% include "molt.html" %} {% endwith %}
{% endif %} {% with thread=true %} {% include "large_molt.html" %} {% endwith %}
{% if slow_connection %} {% else %} {% endif %}
failed to load replies :(
click to try again.
{% endif %} {% endblock %}