{% 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 %}