{% if webmentions %}
{% for webmention in webmentions %}
{% if webmention.mention_type == "like" %} {% include "indieweb/webmention_types/like.html" with webmention=webmention %} {% elif webmention.mention_type == "reply" %} {% include "indieweb/webmention_types/reply.html" with webmention=webmention %} {% elif webmention.mention_type == "repost" %} {% include "indieweb/webmention_types/repost.html" with webmention=webmention %} {% else %} {% include "indieweb/webmention_types/mention.html" with webmention=webmention %} {% endif %}
{% endfor %}
{% else %}

No webmentions yet.

{% endif %}