{% if webmention.author_photo %} {{ webmention.author_name }} {% endif %} {% if webmention.author_url %} {{ webmention.author_name|default:"Someone" }} {% else %} {{ webmention.author_name|default:"Someone" }} {% endif %} {% if webmention.published %} {% else %} replied {% endif %}
{% if webmention.content_html %} {{ webmention.content_html|safe }} {% elif webmention.content %}

{{ webmention.content|linebreaks }}

{% endif %}
{% if webmention.displayable_nested_responses %}
{% for nested_response in webmention.displayable_nested_responses %} {% include "indieweb/webmention_types/nested_response.html" with nested_response=nested_response %} {% endfor %}
{% endif %}