{% if webmention.author_photo %} {{ webmention.author_name }} {% endif %}
{% if webmention.author_url %} {{ webmention.author_name|default:"A website" }} {% else %} {{ webmention.author_name|default:"A website" }} {% endif %} mentioned this {% if webmention.published %} {% else %} post {% endif %}
{% if webmention.content or webmention.content_html %}
{% if webmention.content_html %} {{ webmention.content_html|safe|truncatewords_html:50 }} {% elif webmention.content %}

{{ webmention.content|truncatewords:50 }}

{% endif %}
{% endif %}