{% if webmentions and webmentions.length > 0 %}
{% for mention in webmentions %}
{% if mention.author.photo %} {{ mention.author.name }} {% else %}
{{ mention.author.name | first }}
{% endif %}
{{ mention.author.name }} {% if mention['wm-property'] == 'like-of' %} liked this {% elif mention['wm-property'] == 'repost-of' %} reposted this {% elif mention['wm-property'] == 'bookmark-of' %} bookmarked this {% elif mention['wm-property'] == 'mention-of' %} mentioned this {% else %} replied {% endif %}
{% if mention.content and mention.content.text %}
{{ mention.content.text | truncate(280) | safe }}
{% endif %}
{% endfor %}
{% else %}

No webmentions yet. Be the first to respond!

Learn about webmentions

{% endif %}